Search Results for

    Show / Hide Table of Contents

    Class DirectoryEntry

    Inheritance
    object
    DirectoryEntry
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    Note: this is only filled if supported by the payment product. Currently only iDeal (809) support this. Sorting within the groups should be done alphabetically.
    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.