Source: https://guides.developer.iata.org/docs/download-the-latest-standards

Amount

An amount is a number of monetary units specified in a currency.

Properties

Name Description Type Required Generic Enum Ignore
curCode The currency of the amount string false ${prop.ignore}
value A number of monetary units specified in a currency where the unit of currency is explicit or implied. number false ${prop.ignore}
{
  "curCode" : "string",
  "value" : "number"
}