Price
किसी सेवा या शुल्क की कीमत.
JSON के काेड में दिखाना |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
फ़ील्ड |
priceMicros |
string (int64 format)
मुद्रा की माइक्रो-यूनिट में कीमत. सबसे छोटी मुद्रा इकाई के फ़्रैक्शन को, सबसे नज़दीकी सम संख्या तक राउंड किया जाएगा. उदाहरण के लिए, 2.5 सेंट को 2 सेंट, 3.5 सेंट को 4 सेंट, 0.5 सेंट को 0 सेंट, और 2.51 सेंट को 3 सेंट किया जाता है.
|
currencyCode |
string
कीमत की मुद्रा, जो ISO 4217 में बताई गई है.
|
pricingOptionTag |
string
यह एक वैकल्पिक और अस्पष्ट स्ट्रिंग है, जो एक्सटेंड की गई कीमत से जुड़े कीमत के विकल्प की पहचान करती है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-18 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-18 (UTC) को अपडेट किया गया."],[[["The JSON object represents the price of a service or fee using `priceMicros`, `currencyCode`, and `pricingOptionTag`."],["`priceMicros` represents the price in the smallest currency unit (micro-units) as a string formatted as an int64, with fractions rounded to the nearest even value."],["`currencyCode` is a string that defines the currency using the ISO 4217 standard."],["`pricingOptionTag` is an optional string used to identify the specific pricing option associated with this price."]]],[]]