Price
Definisi harga, yaitu mata uang dan unit.
Representasi JSON |
{
"priceMicros": string,
"currency": string
} |
Kolom |
priceMicros |
string
Harga dalam 1/juta unit dasar mata uang, ditampilkan sebagai string.
|
currency |
string
Kode mata uang 3 huruf, sebagaimana ditentukan oleh ISO 4217. Lihat java/com/google/common/money/CurrencyCode.java
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-17 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-17 UTC."],[[["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."]]],[]]