Interface: BalanceEntry

Defined in: packages/pesa/src/types/account.ts:31

A single currency balance entry.

Properties

PropertyTypeDescriptionDefined in
amountnumberAvailable amount in that currency.packages/pesa/src/types/account.ts:35
currencystringISO 4217 currency code (e.g., "TZS", "USD").packages/pesa/src/types/account.ts:33

On this page