Class PlainCardData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class PlainCardData
Properties
CardNumber
Card number (PAN, network token or DPAN).
Declaration
public string CardNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
CardSecurityCode
The security code indicated on the card
Based on the card brand, it can be 3 or 4 digits long
and have different names: CVV2, CVC2, CVN2, CID, CVC, CAV2, etc.
Declaration
public string CardSecurityCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpiryDate
Card or token expiry date in format MMYYYY
Declaration
public string ExpiryDate { get; set; }
Property Value
Type | Description |
---|---|
string |