Class MobilePaymentData
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class MobilePaymentData
Properties
Dpan
The obfuscated DPAN. Only the last four digits are visible.
Declaration
public string Dpan { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpiryDate
Expiry date of the tokenized card
Format: MMYY
Declaration
public string ExpiryDate { get; set; }
Property Value
Type | Description |
---|---|
string |