Price

The price represented as a number and currency.

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

string (int64 format)

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).

currencyCode

string

The currency of the price using three-letter acronyms according to ISO 4217.