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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):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."]]],[]]