PriceOffering

  • Describes a single price offering within a PriceAsset.

  • Includes required fields such as header, description, price, and final_url.

  • Optional fields like unit and final_mobile_url are also available.

  • Each field has specific requirements regarding data type and length.

A single price offering within a PriceAsset.

Fields

string

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

description

string

Required. The description 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.

final_url

string

Required. The final URL after all cross domain redirects.

final_mobile_url

string

The final mobile URL after all cross domain redirects.