Skip to main content

Type Alias: Tier

Tier = TierBase & { condition_line_price_gte?: never; condition_quantity_gte: number | string; } | { condition_line_price_gte: number | string; condition_quantity_gte?: never; }

Each tier uses exactly one threshold: either condition quantity greater than or equal to or condition line price greater than or equal to, never both.