Class RedirectPaymentProduct4101SpecificInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class RedirectPaymentProduct4101SpecificInput
Properties
DisplayName
The merchant name as shown to the customer in some payment applications.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
IntegrationType
The value of this property must be 'vpa', 'desktopQRCode', or 'urlIntent'.
Declaration
public string IntegrationType { get; set; }
Property Value
Type | Description |
---|---|
string |
VirtualPaymentAddress
The Virtual Payment Address (VPA) of the customer. The '+' character is not allowed in this property for transactions that are processed by TechProcess Payment Platform.
Declaration
public string VirtualPaymentAddress { get; set; }
Property Value
Type | Description |
---|---|
string |