Price
JSON 表示法 |
{
"amountMicros": string,
"currencyCode": string
} |
字段 |
amountMicros |
string (int64 format)
价格以微单位表示(100 万微单位等于个人的货币标准单位,例如 1 美元 = 1000000 微单位)。
|
currencyCode |
string
价格所用币种,使用三个字母的首字母缩写词,符合 ISO 4217 标准。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["Price is represented using JSON with `amountMicros` and `currencyCode` fields."],["`amountMicros` is a string representing the price in micros, where 1 million micros equals one unit of the currency."],["`currencyCode` is a string using a three-letter acronym based on ISO 4217 to indicate the currency."]]],[]]