Price
Zapis JSON |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
Pola |
priceMicros |
string (int64 format)
Cena w mikrojednostkach waluty. Ułamki najmniejszej jednostki waluty będą zaokrąglane przy użyciu najbliższej równomiernej wartości. (np. 2,5 centa – 2,5 centa – 3,5 centa – 4 centów, 0,5 centa – 0 centów, 2,51 centa – 3 centy).
|
currencyCode |
string
Waluta, w której podano cenę, zdefiniowana w ISO 4217.
|
pricingOptionTag |
string
Opcjonalny, nieprzejrzysty ciąg znaków określający opcję ceny powiązaną z ceną rozszerzoną.
|
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: 2024-10-18 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]