Price
JSON 表示法 |
{
"priceMicros": string,
"currency": string
} |
字段 |
priceMicros |
string
价格,以 1/百万货币基本单位表示,以字符串表示。
|
currency |
string
货币代码(由 3 个字母组成,由 ISO 4217 定义)。请参阅 java/com/google/common/money/CurrencyCode.java
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Defines the structure for representing a price using JSON, specifying currency and units."],["Employs `priceMicros` to denote the price in one-millionth of the currency's base unit, presented as a string."],["Utilizes ISO 4217 standard for the 3-letter `currency` code, ensuring consistency and clarity in representing different currencies."]]],[]]