PriceOffering

  • A single price offering within a PriceAsset requires a header and description string, both between 1 and 25 characters.

  • Each price offering must include a required price value and a required final URL.

  • The price offering can optionally include a price unit and a final mobile URL.

A single price offering within a PriceAsset.

Proto definition

Fields

description

string

Required. The description of the price offering. The length of this string should be between 1 and 25, inclusive.

final_mobile_url

string

The final mobile URL after all cross domain redirects.

final_url

string

Required. The final URL after all cross domain redirects.

header

string

Required. The header of the price offering. The length of this string should be between 1 and 25, inclusive.

price

Money

Required. The price value of the price offering.

unit

PriceExtensionPriceUnit

The price unit of the price offering.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.