lib/recurly/resources/tier.rb in recurly-4.15.0 vs lib/recurly/resources/tier.rb in recurly-4.17.0

- old
+ new

@@ -9,10 +9,10 @@ # @!attribute currencies # @return [Array[TierPricing]] Tier pricing define_attribute :currencies, Array, { :item_type => :TierPricing } # @!attribute ending_quantity - # @return [Integer] Ending quantity for the tier. This represents a unit amount for unit-priced add ons. + # @return [Integer] Ending quantity for the tier. This represents a unit amount for unit-priced add ons. Must be left empty if it is the final tier. define_attribute :ending_quantity, Integer # @!attribute usage_percentage # @return [String] (deprecated) -- Use the percentage_tiers object instead. define_attribute :usage_percentage, String