lib/recurly/requests/plan_update.rb in recurly-3.20.0 vs lib/recurly/requests/plan_update.rb in recurly-3.21.0

- old
+ new

@@ -52,9 +52,13 @@ # @!attribute name # @return [String] This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice. define_attribute :name, String + # @!attribute ramp_intervals + # @return [Array[PlanRampInterval]] Ramp Intervals + define_attribute :ramp_intervals, Array, { :item_type => :PlanRampInterval } + # @!attribute revenue_schedule_type # @return [String] Revenue schedule type define_attribute :revenue_schedule_type, String # @!attribute setup_fee_accounting_code