Interface PricingTierInput.PriorityStage
- All Known Implementing Classes:
PricingTierInput.Builder
- Enclosing class:
PricingTierInput
public static interface PricingTierInput.PriorityStage
-
Method Summary
-
Method Details
-
priority
Priority for tier matching evaluation. Lower numbers = higher priority (evaluated first).
Must be unique within the model. The default tier must have priority=0. Conditional tiers should use priority 1, 2, 3, etc. based on their specificity.
-