Class BankDetailsResponse
Inherited Members
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 |