Page Summary
-
The
Moneyobject associates a monetary amount with its corresponding currency code. -
It is represented in JSON format with
amountMicrosfor the amount in micros andcurrencyCodefor the 3-letter ISO 4217 currency code. -
Both
amountMicrosandcurrencyCodefields are required when using theMoneyobject.
Associates an amount in micros with a currency code.
| JSON representation |
|---|
{ "amountMicros": string, "currencyCode": string } |
| Fields | |
|---|---|
amountMicros |
REQUIRED: An amount in micros. |
currencyCode |
REQUIRED: ISO 4217 3-letter currency code |