pendingBalance property
The list of pending balances held by the account.
Implementation
@BuiltValueField(wireName: r'pendingBalance')
BuiltList<Amount>? get pendingBalance;
The list of pending balances held by the account.
@BuiltValueField(wireName: r'pendingBalance')
BuiltList<Amount>? get pendingBalance;