Optional
Readonly
centAmount in the smallest indivisible unit of a currency. This field is optional for high precision. If provided, it is checked for validity. Example:
A Price of 1.015 USD can be rounded either to 1.01 USD or 1.02 USD. If it lies outside of this range, an error message stating that centAmount must be rounded correctly will be returned.
If `centAmount` is not provided, the API calculates the value automatically using the default rounding mode half even.
Readonly
currencyCurrency code compliant to ISO 4217.
Readonly
fractionNumber of fraction digits for a specified high precision money. It must be greater than the default number of fraction digits for the specified currency.
Readonly
preciseAmount in 1 / (10 ^ fractionDigits
) of a currency.
Readonly
type
Money draft object to store an amount of a fraction of the smallest indivisible unit of the specified currency.