Search Results for

    Show / Hide Table of Contents

    Class CardDataForDcc

    Inheritance
    object
    CardDataForDcc
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA