AI-generated Key Takeaways
-
A single price offering within a PriceAsset is defined by several key fields.
-
Required fields for a price offering include
header
,description
,price
, andfinal_url
. -
The
header
anddescription
fields have length constraints between 1 and 25 characters. -
Optional fields include
unit
andfinal_mobile_url
.
A single price offering within a PriceAsset.
Fields | |
---|---|
|
Required. The header of the price offering. The length of this string should be between 1 and 25, inclusive. |
|
Required. The description of the price offering. The length of this string should be between 1 and 25, inclusive. |
|
Required. The price value of the price offering. |
|
The price unit of the price offering. |
|
Required. The final URL after all cross domain redirects. |
|
The final mobile URL after all cross domain redirects. |