pending property

Iterable<BalanceAmount>? pending
getter/setter pair

Funds that aren't available in the balance yet. You can find the pending balance for each currency and each payment type in the source_types property.

Implementation

Iterable<BalanceAmount>? pending;