Price
تمثيل JSON |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
الحقول |
priceMicros |
string (int64 format)
السعر بوحدات ميكرو تعادل العملة ويتم تقريب كسور أصغر وحدة عملة باستخدام أقرب تقريب زوجي. (على سبيل المثال، يتم تقريب 2.5 سنت أمريكي إلى سنتَين، و3.5 سنت أمريكي إلى 4 سنت أمريكي، و0.5 سنت أمريكي إلى 0 سنت أمريكي، و2.51 سنت أمريكي إلى 3 سنت أمريكي).
|
currencyCode |
string
تمثّل هذه السمة عملة السعر المحدّدة في ISO 4217.
|
pricingOptionTag |
string
سلسلة اختيارية وغير شفافة تحدِّد خيار التسعير المرتبط بالسعر الإضافي.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-18 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-18 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]