PriceOffering
Stay organized with collections
Save and categorize content based on your preferences.
A single price offering within a PriceAsset.
Fields |
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["PriceAsset enables a single price offering display with header, description, and price details."],["It requires essential components like header, description, price, unit, final URL, and optional final mobile URL."],["Header and description should be concise with a character limit between 1 and 25."],["Price value needs to be provided in 'Money' format, and unit from 'PriceExtensionPriceUnitEnum'."],["Final URL is mandatory, while final mobile URL is optional for directing users."]]],[]]