Price
Harga layanan atau biaya.
Representasi JSON |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
Kolom |
priceMicros |
string (int64 format)
Harga dalam satuan mikro mata uang. Bagian dari satuan mata uang terkecil akan dibulatkan menggunakan pembulatan genap terdekat. (mis., untuk USD, 2,5 sen dibulatkan ke 2 sen, 3,5 sen dibulatkan ke 4 sen, 0,5 sen dibulatkan ke 0 sen, 2,51 sen dibulatkan ke 3 sen).
|
currencyCode |
string
Mata uang harga yang ditetapkan dalam ISO 4217.
|
pricingOptionTag |
string
String opsional dan buram yang mengidentifikasi opsi penetapan harga yang dikaitkan dengan harga keseluruhan.
|
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-10-18 UTC.
[null,null,["Terakhir diperbarui pada 2024-10-18 UTC."],[[["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."]]],[]]