OrderLineItemModifier

June 12, 2019 ยท View on GitHub

squareconnect.models.order_line_item_modifier

Description

A CatalogModifier.

Properties

NameTypeDescriptionNotes
uidstrUnique ID that identifies the modifier only within this order. This field is read-only.[optional]
catalog_object_idstrThe catalog object id referencing CatalogModifier.[optional]
namestrThe name of the item modifier.[optional]
base_price_moneyMoneyThe base price for the modifier. `base_price_money` is required for ad hoc modifiers. If both `catalog_object_id` and `base_price_money` are set, `base_price_money` will override the predefined CatalogModifier price.[optional]
total_price_moneyMoneyThe total price of the item modifier for its line item. This is the modifier's `base_price_money` multiplied by the line item's quantity.[optional]

[Back to Model list] [Back to API list] [Back to README]