Price
कीमत की परिभाषा, जैसे कि मुद्रा और इकाइयां.
JSON के काेड में दिखाना |
{
"priceMicros": string,
"currency": string
} |
फ़ील्ड |
priceMicros |
string
मुद्रा की मूल इकाई की कीमत 10 लाख डॉलर है. इसे स्ट्रिंग के तौर पर दिखाया जाता है.
|
currency |
string
ISO 4217 के मुताबिक, तीन अक्षर वाला मुद्रा कोड. java/com/google/common/Money/CurrencyCode.java देखें
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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."]]],[]]