Sha256: ff03575dc57cd1a4ec6a43e195b655d6556b4c0b5b0aaf7581bd6fc678cef1ed
Contents?: true
Size: 1.33 KB
Versions: 4
Compression:
Stored size: 1.33 KB
Contents
# SquareConnect::V1Variation ### Description ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The item variation's unique ID. | [optional] **name** | **String** | The item variation's name. | [optional] **item_id** | **String** | The ID of the variation's associated item. | [optional] **pricing_type** | **String** | Indicates whether the item variation's price is fixed or determined at the time of sale. | [optional] **price_money** | [**V1Money**](V1Money.md) | The item variation's price, if any. | [optional] **sku** | **String** | The item variation's SKU, if any. | [optional] **track_inventory** | **BOOLEAN** | If true, inventory tracking is active for the variation. | [optional] **inventory_alert_type** | **String** | Indicates whether the item variation displays an alert when its inventory quantity is less than or equal to its inventory_alert_threshold. | [optional] **inventory_alert_threshold** | **Integer** | If the inventory quantity for the variation is less than or equal to this value and inventory_alert_type is LOW_QUANTITY, the variation displays an alert in the merchant dashboard. | [optional] **user_data** | **String** | Arbitrary metadata associated with the variation. Cannot exceed 255 characters. | [optional]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
square_connect-2.2.0.110 | docs/V1Variation.md |
square_connect-2.1.1.106 | docs/V1Variation.md |
square_connect-2.1.1.99 | docs/V1Variation.md |
square_connect-2.1.0.78 | docs/V1Variation.md |