Class MobilePaymentProduct320SpecificInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class MobilePaymentProduct320SpecificInput
Properties
CardholderName
The card holder's name on the card.
The encrypted payment data can be found in property paymentMethodData.tokenizationData.info.billingAddress.name of the
PaymentData.toJson() result.
Declaration
public string CardholderName { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreeDSecure
Object containing specific data regarding 3-D Secure
Declaration
public GPayThreeDSecure ThreeDSecure { get; set; }
Property Value
Type | Description |
---|---|
GPayThreeDSecure |