BankAccountBalance

fun BankAccountBalance(@Json(name = idid: String, @Json(name = availableavailable: Float, @Json(name = limitlimit: Float, @Json(name = balancebalance: Float, @Json(name = currency_idcurrencyId: CurrencyId? = null, @Json(name = datedate: LocalDateTime, @Json(name = created_atcreatedAt: LocalDateTime, @Json(name = objectobject: String)

Parameters

id

Bank Account ID

available

The available amount. This can be null, if the available amount is not known.

limit

The limit of the account. This can be null, if the limit is not known.

balance

The current account balance.

currencyId

The bank accounts currency code (three-digit, e.g. EUR)

date

The date the balance was seen on.

createdAt

Date of creation

object The value bank_account