Price
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি পরিষেবার মূল্য বা একটি ফি।
JSON প্রতিনিধিত্ব |
---|
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
ক্ষেত্র |
---|
price Micros | string ( int64 format) মুদ্রার মাইক্রো ইউনিটে মূল্য। ক্ষুদ্রতম মুদ্রা এককের ভগ্নাংশ নিকটতম জোড় বৃত্তাকার ব্যবহার করে বৃত্তাকার করা হবে। (যেমন USD 2.5 সেন্টের জন্য 2 সেন্টে বৃত্তাকার, 3.5 সেন্টকে 4 সেন্টে, 0.5 সেন্টকে 0 সেন্টে, 2.51 সেন্টকে 3 সেন্টে রাউন্ড করা হয়েছে)। |
currency Code | string মূল্যের মুদ্রা যা ISO 4217-এ সংজ্ঞায়িত করা হয়েছে। |
pricing Option Tag | string একটি ঐচ্ছিক এবং অস্বচ্ছ স্ট্রিং যা বর্ধিত মূল্যের সাথে সম্পর্কিত মূল্যের বিকল্পটিকে চিহ্নিত করে৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe JSON object represents the price of a service or fee using \u003ccode\u003epriceMicros\u003c/code\u003e, \u003ccode\u003ecurrencyCode\u003c/code\u003e, and \u003ccode\u003epricingOptionTag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epriceMicros\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecurrencyCode\u003c/code\u003e is a string that defines the currency using the ISO 4217 standard.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epricingOptionTag\u003c/code\u003e is an optional string used to identify the specific pricing option associated with this price.\u003c/p\u003e\n"]]],[],null,["# Price\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe price of a service or a fee.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------|\n| ``` { \"priceMicros\": string, \"currencyCode\": string, \"pricingOptionTag\": string } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `price``Micros` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The price in micro-units of the currency. Fractions of smallest currency unit will be rounded using nearest even rounding. (e.g. For USD 2.5 cents rounded to 2 cents, 3.5 cents rounded to 4 cents, 0.5 cents rounded to 0 cents, 2.51 cents rounded to 3 cents). |\n| `currency``Code` | `string` The currency of the price that is defined in ISO 4217. |\n| `pricing``Option``Tag` | `string` An optional and opaque string that identifies the pricing option that is associated with the extended price. |"]]