Page Summary
-
Represents monetary amounts with a numerical value (
amountMicros) and a three-letter currency code (currencyCode). -
amountMicrosuses the Int64Value format and represents the value in micros, whilecurrencyCodefollows the ISO 4217 standard. -
Both
amountMicrosandcurrencyCodefields are required for a valid representation.
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 |