Sha256: d4c55e84f0f03d536af479557759f7e4c79f1825cc6b4b118bbaf8ec67e72676

Contents?: true

Size: 1.86 KB

Versions: 1

Compression:

Stored size: 1.86 KB

Contents

# SquareConnect::V1Item

### Description

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The item's ID. Must be unique among all entity IDs ever provided on behalf of the merchant. You can never reuse an ID. This value can include alphanumeric characters, dashes (-), and underscores (_). | [optional] 
**name** | **String** | The item's name. | [optional] 
**description** | **String** | The item's description. | [optional] 
**type** | **String** | The item's type. This value is NORMAL for almost all items. | [optional] 
**color** | **String** | The color of the discount's display label in Square Register, if not the default color. The default color is 9da2a6. | [optional] 
**abbreviation** | **String** | The text of the item's display label in Square Register. Only up to the first five characters of the string are used. | [optional] 
**visibility** | **String** | Indicates whether the item is viewable from the merchant's online store (PUBLIC) or PRIVATE. | [optional] 
**available_online** | **String** | If true, the item can be added to shipping orders from the merchant's online store. | [optional] 
**master_image** | [**V1ItemImage**](V1ItemImage.md) | The item's master image, if any. | [optional] 
**category** | [**V1Category**](V1Category.md) | The category the item belongs to, if any. | [optional] 
**variations** | [**Array<V1Variation>**](V1Variation.md) | The item's variations. You must specify at least one variation. | [optional] 
**modifier_lists** | [**Array<V1Variation>**](V1Variation.md) | The modifier lists that apply to the item, if any. | [optional] 
**fees** | [**Array<V1Fee>**](V1Fee.md) | The fees that apply to the item, if any. | [optional] 
**taxable** | **BOOLEAN** | Deprecated. This field is not used. | [optional] 


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
square_connect-2.1.0.beta docs/V1Item.md