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

Latest commit

 

History

History
19 lines (11 loc) · 1.33 KB

CreateOrderRequestModifier.md

File metadata and controls

19 lines (11 loc) · 1.33 KB

Square.Connect.Model.CreateOrderRequestModifier

Description

Deprecated: Please use the OrderLineItemModifier type instead. Represents a modifier applied to a single line item. Modifiers can reference existing objects in a merchant catalog or be constructed ad hoc at the time of purchase by providing a name and price. Note: This model is deprecated.

Properties

Name Type Description Notes
CatalogObjectId string The catalog object ID of a `CatalogModifier`. [optional]
Name string Only used for ad hoc modifiers. The name of the modifier. `name` cannot exceed 255 characters. Do not provide a value for `name` if you provide a value for `catalog_object_id`. [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]

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