Class: ProductQuantityRule
Constructors
constructor
• new ProductQuantityRule(): ProductQuantityRule
Returns
Properties
maxQuantity
• maxQuantity: null
| number
= null
minQuantity
• minQuantity: null
| number
= null
step
• step: null
| number
= null
Methods
fromQuantityRule
▸ fromQuantityRule(quantityRule
): ProductQuantityRule
Parameters
Name | Type |
---|---|
quantityRule | any |