lib/recurly/resources/subscription.rb in recurly-3.3.0 vs lib/recurly/resources/subscription.rb in recurly-3.3.1

- old
+ new

@@ -124,9 +124,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 [SubscriptionShipping] Subscription shipping details define_attribute :shipping, :SubscriptionShipping # @!attribute state