Class CardEssentials
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class CardEssentials
Properties
CardholderName
The card holder's name on the card.
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 |