lib/recurly/resources/tier.rb in recurly-4.0.1 vs lib/recurly/resources/tier.rb in recurly-4.1.0
- old
+ new
@@ -9,10 +9,14 @@
# @!attribute currencies
# @return [Array[TierPricing]] Tier pricing
define_attribute :currencies, Array, { :item_type => :TierPricing }
# @!attribute ending_quantity
- # @return [Integer] Ending quantity
+ # @return [Integer] Ending quantity for the tier. This represents a unit amount for unit-priced add ons, but for percentage type usage add ons, represents the site default currency in its minimum divisible unit.
define_attribute :ending_quantity, Integer
+
+ # @!attribute usage_percentage
+ # @return [String] Decimal usage percentage.
+ define_attribute :usage_percentage, String
end
end
end