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
(選用) 隱晦字串,可識別與延伸價格相關聯的定價選項。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 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."]]],[]]