1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. UnitRateGraduatedTier

UnitRateGraduatedTier

    UnitRateGraduatedTier describes a single tier within a graduated pricing plan.

    Properties

    • tier integer required
      Tier is an ordered index of where this tier places amongst other tiers. Tiers are 0-indexed.
    • flatFee integer required
      FlatFee is the flat amount to be charged at this tier, if any.
    • upperBound integer required
      UpperBound defines the upper limit, inclusive, that closes out the tier. The lower bound should be inferred from the previous tier if it exists; otherwise zero.
    • costPerResource string required
      CostPerResource is the amount per resource to be charted on top of the flat fee.