lib/recurly/resources/add_on.rb in recurly-4.13.0 vs lib/recurly/resources/add_on.rb in recurly-4.14.0
- old
+ new
@@ -72,9 +72,13 @@
# @!attribute optional
# @return [Boolean] Whether the add-on is optional for the customer to include in their purchase on the hosted payment page. If false, the add-on will be included when a subscription is created through the Recurly UI. However, the add-on will not be included when a subscription is created through the API.
define_attribute :optional, :Boolean
+ # @!attribute percentage_tiers
+ # @return [Array[PercentageTiersByCurrency]] Percentage Tiers
+ define_attribute :percentage_tiers, Array, { :item_type => :PercentageTiersByCurrency }
+
# @!attribute plan_id
# @return [String] Plan ID
define_attribute :plan_id, String
# @!attribute revenue_schedule_type