Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

Money

Represents a price in a particular currency.

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

string

Three-character ISO 4217 currency code.

amountMicros

string (int64 format)

Amount in micros. One million is equivalent to one unit.