Money
Mewakili jumlah uang dengan jenis mata uangnya.
Representasi JSON |
{
"currencyCode": string,
"units": string,
"nanos": integer
} |
Kolom |
currencyCode |
string
Kode mata uang tiga huruf yang ditentukan dalam ISO 4217.
|
units |
string (int64 format)
Seluruh unit jumlahnya. Misalnya jika currencyCode adalah "USD" , maka 1 unit adalah satu dolar AS.
|
nanos |
integer
Jumlah unit nano (10^-9) dari jumlah. Nilainya harus antara -999.999.999 dan +999.999.999 inklusif. Jika units positif, nanos harus positif atau nol. Jika units nol, nanos dapat positif, nol, atau negatif. Jika units negatif, nanos harus negatif atau nol. Misalnya $-1,75 direpresentasikan sebagai units =-1 dan nanos =-750.000.000.
|
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-11-27 UTC.
[null,null,["Terakhir diperbarui pada 2024-11-27 UTC."],[[["JSON is used to represent monetary amounts with their currency type."],["The representation includes the currency code (ISO 4217), whole units, and nano units for precision."],["`units` and `nanos` must adhere to specific rules based on their values to ensure accurate representation."],["The `currencyCode` follows the ISO 4217 standard using a three-letter code."]]],[]]