Class HostedCheckoutSpecificOutput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class HostedCheckoutSpecificOutput
Properties
HostedCheckoutId
The ID of the Hosted Checkout Session in which the payment was made.
Declaration
public string HostedCheckoutId { get; set; }
Property Value
Type | Description |
---|---|
string |
Variant
Using the Configuration Center it is possible to create multiple variations of your MyCheckout payment pages. By specifying a specific variant you can force the use of another variant then the default. This allows you to test out the effect of certain changes to your hosted mandate pages in a controlled manner. Please note that you need to specify the ID of the variant.
Declaration
public string Variant { get; set; }
Property Value
Type | Description |
---|---|
string |