lib/recurly/requests/subscription_update.rb in recurly-3.3.0 vs lib/recurly/requests/subscription_update.rb in recurly-3.3.1

- old
+ new

@@ -40,9 +40,13 @@ # @!attribute renewal_billing_cycles # @return [Integer] If `auto_renew=true`, when a term completes, `total_billing_cycles` takes this value as the length of subsequent terms. Defaults to the plan's `total_billing_cycles`. define_attribute :renewal_billing_cycles, Integer + # @!attribute revenue_schedule_type + # @return [String] Revenue schedule type + define_attribute :revenue_schedule_type, String + # @!attribute shipping # @return [SubscriptionShippingUpdate] Subscription shipping details define_attribute :shipping, :SubscriptionShippingUpdate # @!attribute terms_and_conditions