Class CardDataForDcc
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class CardDataForDcc
Properties
Bin
Used to determine the currency of the card. The first 12 digits of the card number. The BIN number is on the first 6 or 8 digits. Some issuers are using subranges for different countries on digits 9-12.
Declaration
public string Bin { get; set; }
Property Value
Type | Description |
---|---|
string |
Brand
The card brand
Declaration
public string Brand { get; set; }
Property Value
Type | Description |
---|---|
string |
CardCountryCode
The ISO 3166 country code of the card
Declaration
public string CardCountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CardEntryMode
Card entry mode used in the transaction
Declaration
public string CardEntryMode { get; set; }
Property Value
Type | Description |
---|---|
string |