[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["\u003cp\u003ePrice is represented using JSON with \u003ccode\u003eamountMicros\u003c/code\u003e and \u003ccode\u003ecurrencyCode\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eamountMicros\u003c/code\u003e is a string representing the price in micros, where 1 million micros equals one unit of the currency.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecurrencyCode\u003c/code\u003e is a string using a three-letter acronym based on ISO 4217 to indicate the currency.\u003c/p\u003e\n"]]],["The content describes a JSON representation for a price, using `amountMicros` and `currencyCode` fields. `amountMicros` stores the price as a string of micros, where one million micros equal one standard unit of the currency. `currencyCode` is a string field that represents the currency using its three-letter ISO 4217 acronym. The price is stored as a numeric string with corresponding currency information.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe price represented as a number and currency.\n\n| JSON representation |\n|------------------------------------------------------------|\n| ``` { \"amountMicros\": string, \"currencyCode\": string } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `amountMicros` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` 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). |\n| `currencyCode` | `string` The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217). |"]]