CloverConnector  4.0.0
Copyright (C) 2018 Clover Network, Inc.
com.clover.sdk.v3.inventory.Item Class Reference

Properties

String id [get, set]
 Unique identifier More...
 
Boolean hidden [get, set]
 True if this item is hidden from register More...
 
com.clover.sdk.v3.base_.Reference itemGroup [get, set]
 Reference to an item group More...
 
String name [get, set]
 Name of the item More...
 
String alternateName [get, set]
 Alternate name of the item More...
 
String code [get, set]
 Product code, e.g. UPC or EAN More...
 
String sku [get, set]
 SKU of the item More...
 
Int64 price [get, set]
 Price of the item, typically in cents; use priceType and merchant currency to determine actual item price More...
 
com.clover.sdk.v3.inventory.PriceType priceType [get, set]
 
Boolean defaultTaxRates [get, set]
 Flag to indicate whether or not to use default tax rates More...
 
String unitName [get, set]
 Unit name, e.g. oz, lb More...
 
Int64 cost [get, set]
 Cost of the item to merchant, as opposed to customer price More...
 
Boolean isRevenue [get, set]
 True if this item should be counted as revenue, for example gift cards and donations would not More...
 
Int64 stockCount [get, set]
 DEPRECATED: use itemStock instead More...
 
List< com.clover.sdk.v3.inventory.TaxRatetaxRates [get, set]
 
List< com.clover.sdk.v3.inventory.ModifierGroupmodifierGroups [get, set]
 
List< com.clover.sdk.v3.inventory.Categorycategories [get, set]
 Categories associated with this item More...
 
List< com.clover.sdk.v3.inventory.Tagtags [get, set]
 Tags associated with this item More...
 
com.clover.sdk.v3.inventory.ItemStock itemStock [get, set]
 Item stock attribute that can be expanded to show stock quantity More...
 
Int64 modifiedTime [get, set]
 

Detailed Description

Definition at line 27 of file Item.cs.

Property Documentation

◆ alternateName

String com.clover.sdk.v3.inventory.Item.alternateName
getset

Alternate name of the item

Definition at line 52 of file Item.cs.

◆ categories

List<com.clover.sdk.v3.inventory.Category> com.clover.sdk.v3.inventory.Item.categories
getset

Categories associated with this item

Definition at line 103 of file Item.cs.

◆ code

String com.clover.sdk.v3.inventory.Item.code
getset

Product code, e.g. UPC or EAN

Definition at line 57 of file Item.cs.

◆ cost

Int64 com.clover.sdk.v3.inventory.Item.cost
getset

Cost of the item to merchant, as opposed to customer price

Definition at line 84 of file Item.cs.

◆ defaultTaxRates

Boolean com.clover.sdk.v3.inventory.Item.defaultTaxRates
getset

Flag to indicate whether or not to use default tax rates

Definition at line 74 of file Item.cs.

◆ hidden

Boolean com.clover.sdk.v3.inventory.Item.hidden
getset

True if this item is hidden from register

Definition at line 37 of file Item.cs.

◆ id

String com.clover.sdk.v3.inventory.Item.id
getset

Unique identifier

Definition at line 32 of file Item.cs.

◆ isRevenue

Boolean com.clover.sdk.v3.inventory.Item.isRevenue
getset

True if this item should be counted as revenue, for example gift cards and donations would not

Definition at line 89 of file Item.cs.

◆ itemGroup

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.inventory.Item.itemGroup
getset

Reference to an item group

Definition at line 42 of file Item.cs.

◆ itemStock

com.clover.sdk.v3.inventory.ItemStock com.clover.sdk.v3.inventory.Item.itemStock
getset

Item stock attribute that can be expanded to show stock quantity

Definition at line 113 of file Item.cs.

◆ modifiedTime

Int64 com.clover.sdk.v3.inventory.Item.modifiedTime
getset

Definition at line 115 of file Item.cs.

◆ modifierGroups

List<com.clover.sdk.v3.inventory.ModifierGroup> com.clover.sdk.v3.inventory.Item.modifierGroups
getset

Definition at line 98 of file Item.cs.

◆ name

String com.clover.sdk.v3.inventory.Item.name
getset

Name of the item

Definition at line 47 of file Item.cs.

◆ price

Int64 com.clover.sdk.v3.inventory.Item.price
getset

Price of the item, typically in cents; use priceType and merchant currency to determine actual item price

Definition at line 67 of file Item.cs.

◆ priceType

com.clover.sdk.v3.inventory.PriceType com.clover.sdk.v3.inventory.Item.priceType
getset

Definition at line 69 of file Item.cs.

◆ sku

String com.clover.sdk.v3.inventory.Item.sku
getset

SKU of the item

Definition at line 62 of file Item.cs.

◆ stockCount

Int64 com.clover.sdk.v3.inventory.Item.stockCount
getset

DEPRECATED: use itemStock instead

Definition at line 94 of file Item.cs.

◆ tags

List<com.clover.sdk.v3.inventory.Tag> com.clover.sdk.v3.inventory.Item.tags
getset

Tags associated with this item

Definition at line 108 of file Item.cs.

◆ taxRates

List<com.clover.sdk.v3.inventory.TaxRate> com.clover.sdk.v3.inventory.Item.taxRates
getset

Definition at line 96 of file Item.cs.

◆ unitName

String com.clover.sdk.v3.inventory.Item.unitName
getset

Unit name, e.g. oz, lb

Definition at line 79 of file Item.cs.


The documentation for this class was generated from the following file: