Price
Prix d'un service ou un montant de frais.
Représentation JSON |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
Champs |
priceMicros |
string (int64 format)
Prix en micro-unités de la devise. Les fractions de la plus petite unité monétaire sont arrondies au pair le plus proche (par exemple, 2,5 centimes arrondis à 2 centimes, 3,5 centimes arrondis à 4 centimes, 0,5 centime arrondis à 0 centime, 2,51 centimes arrondis à 3 centimes).
|
currencyCode |
string
Devise du prix définie dans la norme ISO 4217.
|
pricingOptionTag |
string
Chaîne facultative et opaque qui identifie l'option de tarification associée au prix étendu.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/18 (UTC).
[null,null,["Dernière mise à jour le 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."]]],[]]