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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["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"],null,[]]