Money
Represents an amount of money, in a given currency. Serialized as a JSON object containing quantity of type Decimal, and currency of type CurrencyCode.
Example:
{
"quantity": "100.23",
"currency": "ZMW"
}
scalar Money
Represents an amount of money, in a given currency. Serialized as a JSON object containing quantity of type Decimal, and currency of type CurrencyCode.
Example:
{
"quantity": "100.23",
"currency": "ZMW"
}
scalar Money