Price
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Definicja ceny, tj. waluta i jednostki.
Zapis JSON |
{
"priceMicros": string,
"currency": string
} |
Pola |
priceMicros |
string
Cena w 1/milionu jednostki podstawowej waluty przedstawiona w postaci ciągu znaków.
|
currency |
string
Trzyliterowy kod waluty zgodny z normą ISO 4217. Zobacz stronę java/com/google/common/money/CurrencyCode.java
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[],["The content defines a price using a JSON structure with two fields. `priceMicros` is a string representing the price in 1/million of the currency's base unit. `currency` is a string, specifying the currency's three-letter code according to ISO 4217 standards. The JSON representation uses the keys `priceMicros` and `currency` with respective string values to represent the price data.\n"],null,[]]