Sha256: 0a1486b2a3136506a67d9136202a8fe98d450160582447d9b9457f350181b7f9
Contents?: true
Size: 959 Bytes
Versions: 17
Compression:
Stored size: 959 Bytes
Contents
# SquareConnect::OrderLineItemModifier ### Description A [CatalogModifier](#type-catalogmodifier). ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **catalog_object_id** | **String** | The catalog object id referencing [CatalogModifier](#type-catalogmodifier). | [optional] **name** | **String** | The name of the item modifier. | [optional] **base_price_money** | [**Money**](Money.md) | 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](#type-catalogmodifier) price. | [optional] **total_price_money** | [**Money**](Money.md) | 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]
Version data entries
17 entries across 17 versions & 1 rubygems