cash property

Map<String, int>? cash
inherited

The funds available to the account holder.

Typically this is the current balance less any holds. Each key is a three letter ISO currency code in lowercase. Each value is an integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.

Implementation

Map<String, int>? get cash => throw _privateConstructorUsedError;