public static interface InventoryContract.ItemColumns
Item
.Modifier and Type | Field and Description |
---|---|
static String |
ALTERNATE_NAME
Alternate name of the item.
|
static String |
AUTO_MANAGE
True item availability depends on stock count, False manually manage item availability using available
|
static String |
AVAILABLE
Whether this item is available for sale across all sales channel.
|
static String |
CODE
Item product code, e.g.
|
static String |
COLOR_CODE
Item color
|
static String |
COST
Item cost in cents.
|
static String |
COUNT
Deprecated.
Use
InventoryContract.ItemStockColumns.QUANTITY instead. Count of items in stock.
Type: INTEGER |
static String |
DEFAULT_TAX_RATES
Flag to indicate whether or not to use default tax rates; a call to
IInventoryService.getItem(String, com.clover.sdk.v1.ResultStatus)
will always return the appropriate tax rates needed to calculate total item cost to the customer. |
static String |
HIDDEN
Whether this item is hidden from Clover Register app.
|
static String |
ID
Unique identifier for an item, identical to
UUID . |
static String |
IS_REVENUE
Whether this item should be counted as a revenue when sold.
|
static String |
ITEM_GROUP_UUID
Item group uuid if this item belongs to an item group.
|
static String |
MENU_DESCRIPTION
Menu Item description.
|
static String |
MENU_ENABLED
Whether an item is enabled for menu.
|
static String |
MENU_IMAGE_FILENAME
Menu Item image file path.
|
static String |
MENU_NAME
Customer facing item name.
|
static String |
MENU_REASON_CODE
Reason for being filtered out.
|
static String |
MODIFIED_TIME
Last modified time.
|
static String |
NAME
Name of the item.
|
static String |
PRICE
Item price in cents.
|
static String |
PRICE_TYPE
Item price type; use the
PriceType enum to determine the correct type |
static String |
PRICE_WITHOUT_VAT
Item Price without VAT.
|
static String |
SKU
Item sku
Type: TEXT
|
static String |
TAXABLE
Deprecated.
|
static String |
UNIT_NAME
Item unit name (e.g.
|
static String |
UUID
Unique identifier for an item.
|
static final String ID
UUID
.
Type: TEXT
static final String UUID
Type: TEXT
static final String NAME
Type: TEXT
static final String ALTERNATE_NAME
Type: TEXT
static final String PRICE
Type: INTEGER
static final String PRICE_WITHOUT_VAT
Type: INTEGER
static final String COLOR_CODE
Type: TEXT
@Deprecated static final String TAXABLE
Type: INTEGER (boolean)
static final String CODE
Type: TEXT
static final String PRICE_TYPE
PriceType
enum to determine the correct type
Type: TEXT
static final String UNIT_NAME
Type: TEXT
static final String DEFAULT_TAX_RATES
IInventoryService.getItem(String, com.clover.sdk.v1.ResultStatus)
will always return the appropriate tax rates needed to calculate total item cost to the customer.
Type: INTEGER
@Deprecated static final String COUNT
InventoryContract.ItemStockColumns.QUANTITY
instead. Count of items in stock.
Type: INTEGERstatic final String COST
static final String SKU
static final String HIDDEN
Type: INTEGER (boolean)
static final String AVAILABLE
Type: INTEGER (boolean)
static final String AUTO_MANAGE
Type: INTEGER (boolean)
static final String IS_REVENUE
Type: INTEGER (boolean)
static final String ITEM_GROUP_UUID
static final String MODIFIED_TIME
Type: LONG
static final String MENU_NAME
Type: TEXT
static final String MENU_DESCRIPTION
Type: TEXT
static final String MENU_IMAGE_FILENAME
Type: TEXT
static final String MENU_ENABLED
Type: INTEGER (boolean)
static final String MENU_REASON_CODE
Type: TEXT