Balance
constructor(asOf: Int, current: Map<String, Int>, type: Balance.Type = Type.UNKNOWN, cash: CashBalance? = null, credit: CreditBalance? = null)
Parameters
asOf
The time that the external institution calculated this balance. Measured in seconds since the Unix epoch.
current
The balances owed to (or by) the account holder. Each key is a three-letter ISO currency code, in lowercase. Each value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.
type
cash
credit