Price
Definisi harga, yaitu mata uang dan satuan.
Representasi JSON |
{
"priceMicros": string,
"currency": string
} |
Kolom |
priceMicros |
string
Harga dalam 1/juta unit dasar mata uang, direpresentasikan sebagai string.
|
currency |
string
3 huruf Kode Mata Uang, seperti yang didefinisikan 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-08-22 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-22 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."]]],[]]