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
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["Defines the structure for representing a price using JSON, specifying currency and units."],["Employs `priceMicros` to denote the price in one-millionth of the currency's base unit, presented as a string."],["Utilizes ISO 4217 standard for the 3-letter `currency` code, ensuring consistency and clarity in representing different currencies."]]],[]]