[[["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 2024-10-16 UTC."],[[["\u003cp\u003ePrice is represented using a JSON object containing \u003ccode\u003evalue\u003c/code\u003e and \u003ccode\u003ecurrency\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field is a string containing the numerical representation of the price.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecurrency\u003c/code\u003e field is a string indicating the currency of the price, such as USD or EUR.\u003c/p\u003e\n"]]],["The content describes a JSON structure for representing a price. It utilizes a JSON object with two key-value pairs: `value` and `currency`. The `value` field, of type string, holds the numerical price. The `currency` field, also a string, specifies the currency associated with that price. This structure allows for a standardized representation of prices in JSON format.\n"],null,["# PriceAmount\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe price represented as a number and currency.\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"value\": string, \"currency\": string } ``` |\n\n| Fields ||\n|------------|---------------------------------------------|\n| `value` | `string` The price represented as a number. |\n| `currency` | `string` The currency of the price. |"]]