Wallet
An organization's prepaid wallet balance.
- objectType: string
Resource type identifier.
- currencyType: string
ISO 4217 currency the balances are denominated in.
- balanceType: integer
_amount Spendable available balance, in the currency's minor unit. This is the amount an order may draw against.
- pendingType: integer
_hold _amount Funds held against pending spend, in the currency's minor unit. Zero today.
- receivableType: integer
_amount Outstanding metered-usage debt the organization owes, in the currency's minor unit. Zero unless usage has overflowed the wallet.
- netType: integer
_balance _amount Net position: the available and held balance minus the outstanding receivable, in the currency's minor unit. Negative when the debt exceeds the balance.