Class DirectoryEntry
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class DirectoryEntry
Properties
CountryNames
Country name of the issuer, used to group issuers per country
Note: this is only filled if supported by the payment product.
Declaration
public IList<string> CountryNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IssuerId
Unique ID of the issuing bank of the customer
Declaration
public string IssuerId { get; set; }
Property Value
Type | Description |
---|---|
string |
IssuerList
To be used to sort the issuers.
- short - These issuers should be presented at the top of the list
- long - These issuers should be presented after the issuers marked as short
Declaration
public string IssuerList { get; set; }
Property Value
Type | Description |
---|---|
string |
IssuerName
Name of the issuing bank, as it should be presented to the customer
Declaration
public string IssuerName { get; set; }
Property Value
Type | Description |
---|---|
string |