Price
Der Preis für eine Dienstleistung oder eine Gebühr
JSON-Darstellung |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
Felder |
priceMicros |
string (int64 format)
Der Preis in Mikroeinheiten der Währung. Brüche der kleinsten Währungseinheit (z. B. Brüche eines Cents) werden auf die nächste Ganzzahl (z. B. den nächsten Cent) gerundet. Beispielsweise werden 2,5 Cent auf 3 Cent, 3,5 Cent auf 4 Cent, 0,5 Cent auf 0 Cent und 2,51 Cent auf 3 Cent gerundet.
|
currencyCode |
string
Währung des Preises gemäß ISO 4217
|
pricingOptionTag |
string
Ein optionaler, nicht transparenter String für die Preisoption, die dem erweiterten Preis zugewiesen ist.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-18 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]