balance property

List<AccountBalance>? balance
inherited

balance The calculated account balances - these are calculated and processed by the finance system. The balances with a term that is not current are usually generated/updated by an invoicing or similar process.

Implementation

List<AccountBalance>? get balance => throw _privateConstructorUsedError;