| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name | [optional] |
| price | Double | Price | [optional] |
| depositReturnFee | Double | An optional fee that can be added to the price of the item. | [optional] |
| isAvailable | Boolean | Is available | [optional] |
| displayOrder | Integer | Display order. Displayed in ascending order. | [optional] |
| cellLayoutType | CellLayoutTypeEnum | Small | Medium |
| imageUrl | String | Image url | [optional] |
| publicId | UUID | Permanent reference to the item. | [optional] |
| Name | Value |
|---|---|
| SMALL | "Small" |
| MEDIUM | "Medium" |
| LARGE | "Large" |
| HIDDENIMAGE | "HiddenImage" |