Price
कीमत की जानकारी, जैसे कि मुद्रा और इकाइयां.
JSON के काेड में दिखाना |
{
"priceMicros": string,
"currency": string
} |
फ़ील्ड |
priceMicros |
string
मुद्रा की बुनियादी इकाई के 1/मिलियन में कीमत, जिसे स्ट्रिंग के तौर पर दिखाया जाता है.
|
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-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."]]],["The content defines a price using a JSON structure with two fields. `priceMicros` is a string representing the price in 1/million of the currency's base unit. `currency` is a string, specifying the currency's three-letter code according to ISO 4217 standards. The JSON representation uses the keys `priceMicros` and `currency` with respective string values to represent the price data.\n"]]