wallet_api.v1.BalanceDetail
type BalanceDetail
BalanceDetail
wallet_api.v1.BalanceDetail
wallet_api.v1.BalanceDetail
Field | Type | Description |
---|---|---|
balance | WalletBalance | Sum of a particular currency in the wallet |
kind | Kind | Classification of the balance |
{
"balance": {
"amount": {
"currency_code": "USD",
"amount": 5700,
"decimals": 2
},
"file_count": 57
},
"kind": 1
}