Class InventoryCheckRequest
java.lang.Object
com.microsoft.store.partnercenter.models.products.InventoryCheckRequest
public class InventoryCheckRequest extends Object
Class that represents an inventory check request.
-
Constructor Summary
Constructors Constructor Description InventoryCheckRequest() -
Method Summary
Modifier and Type Method Description Map<String,String>getInventoryContext()List<InventoryItem>getTargetItems()voidsetInventoryContext(Map<String,String> value)voidsetTargetItems(List<InventoryItem> value)
-
Constructor Details
-
InventoryCheckRequest
public InventoryCheckRequest()
-
-
Method Details