Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountStatementBalance

export
interface

AccountStatementBalance

Hierarchy

  • AccountStatementBalance

Index

Properties

available

available: number

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

memberof

AccountStatementBalance

balance

balance: number

The current account balance.

memberof

AccountStatementBalance

Optional currency

currency: Currency

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

memberof

AccountStatementBalance

date

date: string

The date the balance was seen on.

memberof

AccountStatementBalance

limit

limit: number

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

memberof

AccountStatementBalance

Generated using TypeDoc