lib/recurly/requests/subscription_pause.rb in recurly-3.18.1 vs lib/recurly/requests/subscription_pause.rb in recurly-3.19.0

- old
+ new

@@ -5,10 +5,10 @@ module Recurly module Requests class SubscriptionPause < Request # @!attribute remaining_pause_cycles - # @return [Integer] Number of billing cycles to pause the subscriptions. + # @return [Integer] Number of billing cycles to pause the subscriptions. A value of 0 will cancel any pending pauses on the subscription. define_attribute :remaining_pause_cycles, Integer end end end