PriceOffering

  • A single price offering within a PriceAsset is defined by several key fields.

  • Required fields for a price offering include header, description, price, and final_url.

  • The header and description fields have length constraints between 1 and 25 characters.

  • Optional fields include unit and final_mobile_url.

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.