Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

5cf9e58 · Oct 23, 2019

History

History
20 lines (12 loc) · 1.19 KB

OrderLineItemModifier.md

File metadata and controls

20 lines (12 loc) · 1.19 KB

Square.Connect.Model.OrderLineItemModifier

Description

A CatalogModifier.

Properties

Name Type Description Notes
Uid string Unique ID that identifies the modifier only within this order. [optional] [beta]
CatalogObjectId string The catalog object id referencing `CatalogModifier`. [optional]
Name string The name of the item modifier. [optional]
BasePriceMoney Money The 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]
TotalPriceMoney Money The 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]