Search Results for

    Show / Hide Table of Contents

    Class BankDetailsResponse

    Inheritance
    object
    BankDetailsResponse
    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.Services
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class BankDetailsResponse

    Properties

    BankAccountBban

    Object that holds the Basic Bank Account Number (BBAN) data

    Declaration
    public BankAccountBban BankAccountBban { get; set; }
    Property Value
    Type Description
    BankAccountBban

    BankAccountIban

    Object that holds the International Bank Account Number (IBAN) data

    Declaration
    public BankAccountIban BankAccountIban { get; set; }
    Property Value
    Type Description
    BankAccountIban

    BankData

    Object that holds the reformatted bank account data

    Declaration
    public BankData BankData { get; set; }
    Property Value
    Type Description
    BankData

    Swift

    Object that holds all the SWIFT routing information

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