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
拡張価格に関連付けられている価格設定オプションを識別する、省略可能な不透明な文字列。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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."]]],[]]