public interface UpdateInventory extends CommerceMessage
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
static java.lang.String | 
TYPE
This is the JMS message type for the message that this interface represents. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String[] | 
getItemIds()
The list of inventory item ids that have increased inventory. 
 | 
void | 
setItemIds(java.lang.String[] pItemIds)
The list of inventory item ids that have increased inventory 
 | 
getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSource, getType, getUserId, setId, setParentSessionId, setSessionId, setSource, setUserIdstatic final java.lang.String CLASS_VERSION
static final java.lang.String TYPE