An enumerated type that defines the criteria for when the discount triggers.
Type that uses DiscountSpecificationEnum
Calls that use DiscountSpecificationEnum
Not used by any calls.
Enumerations
MIN_AMOUNT
The minimum monetary amount, or threshold, the buyer must spend to trigger the discount.
FOR_EACH_AMOUNT
The discount triggers each time the buyer purchases the specified monetary amount.
MIN_QUANTITY
The minimum number of items the buyer must purchase to trigger the discount.
FOR_EACH_QUANTITY
The discount triggers each time the buyer purchases the specified quantity of discounted items.