getBalance

fun getBalance(bankAccountId: String): BankAccountBalance

Retrieve the balance for a specific bank account

Return

BankAccountBalance

Parameters

bankAccountId

The bank-account-id for the account to be retrieved.