Interface PricingTierInput.PriorityStage

All Known Implementing Classes:
PricingTierInput.Builder
Enclosing class:
PricingTierInput

public static interface PricingTierInput.PriorityStage
  • Method Summary

    Modifier and Type
    Method
    Description
    priority(int priority)
    Priority for tier matching evaluation.
  • Method Details

    • priority

      PricingTierInput._FinalStage priority(int 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.