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 Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 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."]]],[]]