lib/recurly/requests/plan_update.rb in recurly-3.15.0 vs lib/recurly/requests/plan_update.rb in recurly-3.16.0
- old
+ new
@@ -8,13 +8,9 @@
# @!attribute accounting_code
# @return [String] Accounting code for invoice line items for the plan. If no value is provided, it defaults to plan's code.
define_attribute :accounting_code, String
- # @!attribute add_ons
- # @return [Array[AddOnCreate]] Add Ons
- define_attribute :add_ons, Array, { :item_type => :AddOnCreate }
-
# @!attribute allow_any_item_on_subscriptions
# @return [Boolean] Used to determine whether items can be assigned as add-ons to individual subscriptions. If `true`, items can be assigned as add-ons to individual subscription add-ons. If `false`, only plan add-ons can be used.
define_attribute :allow_any_item_on_subscriptions, :Boolean
# @!attribute auto_renew