Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.27 KB

CreateOrderRequestModifier.md

File metadata and controls

13 lines (9 loc) · 1.27 KB

CreateOrderRequestModifier

Properties

Name Getter Setter Type Description Notes
catalog_object_id getCatalogObjectId() setCatalogObjectId($value) string The catalog object ID of a CatalogModifier. [optional]
name getName() setName($value) 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]
base_price_money getBasePriceMoney() setBasePriceMoney($value) \SquareConnect\Model\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]

Note: All properties are protected and only accessed via getters and setters.

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