Class InventoryRestriction
java.lang.Object
com.microsoft.store.partnercenter.models.products.InventoryRestriction
public class InventoryRestriction extends Object
Class that represents an inventory restriction.
-
Constructor Summary
Constructors Constructor Description InventoryRestriction() -
Method Summary
Modifier and Type Method Description StringgetDescription()Map<String,String>getProperties()StringgetReasonCode()voidsetDescription(String value)voidsetProperties(Map<String,String> value)voidsetReasonCode(String value)
-
Constructor Details
-
InventoryRestriction
public InventoryRestriction()
-
-
Method Details