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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-18 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-18 (שעון UTC)."],[[["The JSON object represents the price of a service or fee using `priceMicros`, `currencyCode`, and `pricingOptionTag`."],["`priceMicros` 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."],["`currencyCode` is a string that defines the currency using the ISO 4217 standard."],["`pricingOptionTag` is an optional string used to identify the specific pricing option associated with this price."]]],[]]