ReadonlycentAmount in the smallest indivisible unit of a currency, such as:
* Cents for EUR and USD, pence for GBP, or centime for CHF (5 CHF is specified as `500`).
* The value in the major unit for currencies without minor units, like JPY (5 JPY is specified as `5`).
`centAmount` is represented as 64-bit integers. If this limit is exceeded, a [MoneyOverflow](ctp:api:type:MoneyOverflowError) error will be returned.
ReadonlycurrencyA currency code compliant with ISO 4217 or a non-standard currency.
ReadonlyfractionThe number of default fraction digits for the given currency, like 2 for EUR or 0 for JPY.
ReadonlytypeType of money used.
Object that stores money in cent amounts of a specific currency.