Sha256: 28e018ce991fc47384f561da16de5500a619d2a510807f7e5c4dfec1b72bd01e
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 KB
Contents
# SquareConnect::CatalogItemOptionValue ### Description An enumerated value that can link a [CatalogItemVariation(#type-catalogitemvariation) to an item option as one of its item option values. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **item_option_id** | **String** | Unique ID of the associated item option. | [optional] **name** | **String** | Name of this item option value. Searchable. | [optional] **description** | **String** | The option value's human-readable description. | [optional] **color** | **String** | The HTML color for this value in the format #FFRRGGBB or #RRGGBB (e.g., \"#ff8d4e85\"). Only displayed if parent Item Option's `show_colors` flag is enabled. value. | [optional] **ordinal** | **Integer** | Determines where this option value appears in a list of option values. | [optional] **item_variation_count** | **Integer** | The number of [CatalogItemVariation(#type-catalogitemvariation)s that currently make use of this Item Option value. Present only if `retrieve_counts` was specified on the request used to retrieve the parent Item Option of this value. Maximum: 100 counts. | [optional]
Version data entries
4 entries across 4 versions & 1 rubygems