{"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.