Amount

type Amount

common.Amount

FieldTypeDescription
asset_codestringISO-4217 currency code to denote remitting Digital Banknotes in a specific currency.
valuestringNumerical value of this amount represented as a decimal string.
{
  "asset_code": "USD",
  "value": "10.00"
}