BankAccount

fun BankAccount(@Json(name = idid: String, @Json(name = bank_connection_idbankConnectionId: String, @Json(name = holderholder: String, @Json(name = ibaniban: String, @Json(name = descriptiondescription: String, @Json(name = bicbic: String? = null, @Json(name = account_numberaccountNumber: String? = null, @Json(name = bank_codebankCode: String, @Json(name = bank_namebankName: String, @Json(name = country_idcountryId: CountryId? = null, @Json(name = typetype: AccountType, @Json(name = joint_accountjointAccount: Boolean, @Json(name = transaction_possibletransactionPossible: Boolean, @Json(name = created_atcreatedAt: LocalDateTime, @Json(name = objectobject: String)

Parameters

id

Bank Account ID

bankConnectionId

Id of the originating BankConnection.

holder

Name of the account holder as reported by the bank

iban

IBAN of the bank account

description

Description of the bank account

bic

BIC of the bank account

accountNumber

Number of the account

bankCode

bank code of the bank

bankName

name of the bank

countryId

2 letter country ID

type

The type of the bank of the bank connection

jointAccount

Indicates whether this account has more than one owner.

transactionPossible

Indicates whether this account places payments.

createdAt

Date of creation

object The value bank_account