DiscountCodeInventoryType
Defines the type of inventory for a discount code.
enum DiscountCodeInventoryType {
LIMITED
UNLIMITED
}
Values
DiscountCodeInventoryType.LIMITED
The inventory is limited to this discount code's limit.
DiscountCodeInventoryType.UNLIMITED
The inventory is unlimited.