PriceAmount
The price represented as a number and currency.
JSON representation |
{
"value": string,
"currency": string
} |
Fields |
value |
string
The price represented as a number.
|
currency |
string
The currency of the price.
|
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-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["Price is represented using a JSON object containing `value` and `currency` fields."],["The `value` field is a string containing the numerical representation of the price."],["The `currency` field is a string indicating the currency of the price, such as USD or EUR."]]],[]]