public static class Storefront.QuantityRuleQuery extends Query<Storefront.QuantityRuleQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.QuantityRuleQuery |
increment()
The value that specifies the quantity increment between minimum and maximum of the rule.
|
Storefront.QuantityRuleQuery |
maximum()
An optional value that defines the highest allowed quantity purchased by the customer.
|
Storefront.QuantityRuleQuery |
minimum()
The value that defines the lowest allowed quantity purchased by the customer.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.QuantityRuleQuery increment()
public Storefront.QuantityRuleQuery maximum()
public Storefront.QuantityRuleQuery minimum()