Price
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג JSON |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
שדות |
priceMicros |
string (int64 format)
המחיר ביחידות מיקרו של המטבע. שבר של יחידת המטבע הקטנה ביותר יעוגל לפי עיגול לזוגי הקרוב ביותר. (למשל: 2.5 דולר מעוגל ל-2 סנט, 3.5 סנט מעוגלים ל-4 סנט, 0.5 סנט מעוגלים ל-0 סנט, 2.51 סנט מעוגלים ל-3 סנט).
|
currencyCode |
string
המטבע של המחיר שמוגדר בתקן ISO 4217.
|
pricingOptionTag |
string
מחרוזת אופציונלית ולא שקופה שמציינת את אפשרות התמחור שמשויכת למחיר המורחב.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eThe JSON object represents the price of a service or fee using \u003ccode\u003epriceMicros\u003c/code\u003e, \u003ccode\u003ecurrencyCode\u003c/code\u003e, and \u003ccode\u003epricingOptionTag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epriceMicros\u003c/code\u003e represents the price in the smallest currency unit (micro-units) as a string formatted as an int64, with fractions rounded to the nearest even value.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecurrencyCode\u003c/code\u003e is a string that defines the currency using the ISO 4217 standard.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epricingOptionTag\u003c/code\u003e is an optional string used to identify the specific pricing option associated with this price.\u003c/p\u003e\n"]]],[],null,["# Price\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe price of a service or a fee.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------|\n| ``` { \"priceMicros\": string, \"currencyCode\": string, \"pricingOptionTag\": string } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `price``Micros` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The price in micro-units of the currency. Fractions of smallest currency unit will be rounded using nearest even rounding. (e.g. For USD 2.5 cents rounded to 2 cents, 3.5 cents rounded to 4 cents, 0.5 cents rounded to 0 cents, 2.51 cents rounded to 3 cents). |\n| `currency``Code` | `string` The currency of the price that is defined in ISO 4217. |\n| `pricing``Option``Tag` | `string` An optional and opaque string that identifies the pricing option that is associated with the extended price. |"]]