Class CardEssentials
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CardEssentials
Properties
CardholderName
The card holder's name on the card. Minimum length of 2, maximum length of 51 characters.
Declaration
public string CardholderName { get; set; }
Property Value
Type | Description |
---|---|
string |
CardNumber
The complete credit/debit card number
Declaration
public string CardNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpiryDate
Expiry date of the card
Format: MMYY
Declaration
public string ExpiryDate { get; set; }
Property Value
Type | Description |
---|---|
string |