Price

Definition of a price, i.e. currency and units.

JSON representation
{
  "priceMicros": string,
  "currency": string
}
Fields
priceMicros

string

Price in 1/million of the currency base unit, represented as a string.

currency

string

3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java