Search Results for

    Show / Hide Table of Contents

    Class BankAccountBban

    Inheritance
    object
    BankAccount
    BankAccountBban
    BankAccountBbanRefund
    Inherited Members
    BankAccount.AccountHolderName
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class BankAccountBban : BankAccount

    Properties

    AccountNumber

    Bank account number

    Declaration
    public string AccountNumber { get; set; }
    Property Value
    Type Description
    string

    BankCode

    Bank code

    Declaration
    public string BankCode { get; set; }
    Property Value
    Type Description
    string

    BankName

    Name of the bank

    Declaration
    public string BankName { get; set; }
    Property Value
    Type Description
    string

    BranchCode

    Branch code

    Declaration
    public string BranchCode { get; set; }
    Property Value
    Type Description
    string

    CheckDigit

    Bank check digit

    Declaration
    public string CheckDigit { get; set; }
    Property Value
    Type Description
    string

    CountryCode

    ISO 3166-1 alpha-2 country code of the country where the bank account is held For UK payouts this value is automatically set to GB as only payouts to UK accounts are supported.

    Declaration
    public string CountryCode { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.