Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 602 Bytes

tier.md

File metadata and controls

15 lines (10 loc) · 602 Bytes

Tier

An element representing a pricing tier.

Class Name

Tier

Fields

Name Type Tags Description Getter
amount Map<Currency, Double> Optional The flat billing amount for an entire tier, regardless of the number of units in the tier. Map<Currency, Double> getAmount()
tier Integer Required Specifies the level of the tier. Integer getTier()
upTo Integer Optional Specifies the upper bound of this tier. The lower bound of a tier is the upper bound of the previous tier plus one. Integer getUpTo()