Price
הגדרה של מחיר, כלומר מטבע ויחידות.
ייצוג JSON |
{
"priceMicros": string,
"currency": string
} |
שדות |
priceMicros |
string
המחיר במיליון יחידת הבסיס של המטבע, מיוצג כמחרוזת.
|
currency |
string
קוד מטבע בן 3 אותיות, כפי שמוגדר בתקן ISO 4217. ניתן לעיין בכתובת Java/com/google/common/money/CurrencyCode.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-22 (שעון 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."]]],[]]