Price
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Es el precio de un servicio o una tarifa.
Representación JSON |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
Campos |
priceMicros |
string (int64 format)
Es el precio en microunidades de la moneda. Las fracciones de la unidad de moneda más pequeña se redondearán al número entero par más cercano. Por ejemplo, los siguientes valores se redondearán de la siguiente manera: 2.5 centavos a 2 centavos, 3.5 centavos a 4 centavos, 0.5 centavos a 0 centavos y 2.51 centavos a 3 centavos.
|
currencyCode |
string
Es la moneda del precio que se define en la norma ISO 4217.
|
pricingOptionTag |
string
Es una cadena opcional y opaca que identifica la opción de precio asociada con el precio extendido.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 2025-07-25 (UTC)"],[[["\u003cp\u003eThe JSON object represents the price of a service or fee using \u003ccode\u003epriceMicros\u003c/code\u003e, \u003ccode\u003ecurrencyCode\u003c/code\u003e, and \u003ccode\u003epricingOptionTag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epriceMicros\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecurrencyCode\u003c/code\u003e is a string that defines the currency using the ISO 4217 standard.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epricingOptionTag\u003c/code\u003e is an optional string used to identify the specific pricing option associated with this price.\u003c/p\u003e\n"]]],[],null,["# Price\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe price of a service or a fee.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------|\n| ``` { \"priceMicros\": string, \"currencyCode\": string, \"pricingOptionTag\": string } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `price``Micros` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The price in micro-units of the currency. Fractions of smallest currency unit will be rounded using nearest even rounding. (e.g. For USD 2.5 cents rounded to 2 cents, 3.5 cents rounded to 4 cents, 0.5 cents rounded to 0 cents, 2.51 cents rounded to 3 cents). |\n| `currency``Code` | `string` The currency of the price that is defined in ISO 4217. |\n| `pricing``Option``Tag` | `string` An optional and opaque string that identifies the pricing option that is associated with the extended price. |"]]