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