Amount

  • Money amount is represented using the Money object, which includes an amount in micros and a 3-letter currency code.

  • amountMicros field uses the Int64Value format and is a required field representing the monetary amount in micros.

  • currencyCode field is a required field using the ISO 4217 standard for 3-letter currency codes.

Associates an amount in micros with a currency code.

JSON representation
{
  "amountMicros": string,
  "currencyCode": string
}
Fields
amountMicros

string (Int64Value format)

REQUIRED: An amount in micros.

currencyCode

string

REQUIRED: ISO 4217 3-letter currency code