WalletBalance

wallet_api.v1.WalletBalance

type WalletBalance

wallet_api.v1.WalletBalance

FieldTypeDescription
amountAmountSum of a particular currency available in the wallet.
file_countint64Total count of a particular banknote
{
  "amount": {
    "currency_code": "USD",
    "amount": 100,
    "decimals": 2
  },
  "file_count": 57
}