Skip to main content

An enumerated type that defines the criteria for when the discounts of a promotion trigger.

Types that use DiscountSpecificationEnum

Not used by any types.

Calls that use DiscountSpecificationEnum

Not used by any calls.

Enumerations

Value
Description
MIN_AMOUNT
The minimum monetary amount, or threshold, the buyer must spend to trigger the promotion.
FOR_EACH_AMOUNT
The promotion triggers each time the buyer purchases the specified monetary amount.
MIN_QUANTITY
The minimum number of items the buyer must purchase to trigger the promotion.
FOR_EACH_QUANTITY
The promotion triggers each time the buyer purchases the specified quantity of promoted items.