Class MobilePaymentProduct320SpecificInput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class MobilePaymentProduct320SpecificInput
Properties
CardholderName
The card holder's name on the card. Minimum length of 2, maximum length of 51 characters.
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 |