{"type": enum (Type),"name": string,"id": string,"state": enum (State),"taxIncluded": boolean,// Union field spec can be only one of the following:"amount": {object (Money)},"amountMillipercentage": integer// End of list of possible types for union field spec.}
Fields
type
enum (Type)
Required: type of money attribute.
name
string
Required: User displayed string of the price attribute. This is sent and localized by merchant.
id
string
Optional: Id of the lineitem to which this price corresponds.
The percentage spec, to 1/1000th of a percent. Eg: 8.750% is represented as 8750, negative percentages represent percentage discounts. Deprecating this field. Can consider adding back when a solid usecase is required.
Money
Represents an amount of money with its currency type.
[[["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-09-18 UTC."],[],[]]