Class MobilePaymentData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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 |