lib/recurly/resources/tier.rb in recurly-4.14.0 vs lib/recurly/resources/tier.rb in recurly-4.15.0
- old
+ new
@@ -9,14 +9,14 @@
# @!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, but for percentage type usage add ons, represents the site default currency in its minimum divisible unit.
+ # @return [Integer] Ending quantity for the tier. This represents a unit amount for unit-priced add ons.
define_attribute :ending_quantity, Integer
# @!attribute usage_percentage
- # @return [String] This field is deprecated. Do not used it anymore for percentage tiers add ons. Use the percentage_tiers object instead.
+ # @return [String] (deprecated) -- Use the percentage_tiers object instead.
define_attribute :usage_percentage, String
end
end
end