Price
הגדרת מחיר, כלומר מטבע ויחידות.
ייצוג ב-JSON |
{
"priceMicros": string,
"currency": string
} |
שדות |
priceMicros |
string
המחיר בחלקי מיליון של יחידת הבסיס של המטבע, שמוצג כמחרוזת.
|
currency |
string
קוד מטבע בן 3 אותיות, כפי שמוגדר בתקן ISO 4217. מידע נוסף זמין בקובץ java/com/google/common/money/CurrencyCode.java
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-17 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-17 (שעון UTC)."],[[["Defines the structure for representing a price using JSON, specifying currency and units."],["Employs `priceMicros` to denote the price in one-millionth of the currency's base unit, presented as a string."],["Utilizes ISO 4217 standard for the 3-letter `currency` code, ensuring consistency and clarity in representing different currencies."]]],[]]