lib/recurly/requests/subscription_ramp_interval.rb in recurly-4.20.0 vs lib/recurly/requests/subscription_ramp_interval.rb in recurly-4.21.0
- old
+ new
@@ -5,10 +5,10 @@
module Recurly
module Requests
class SubscriptionRampInterval < Request
# @!attribute starting_billing_cycle
- # @return [Integer] Represents how many billing cycles are included in a ramp interval.
+ # @return [Integer] Represents the billing cycle where a ramp interval starts.
define_attribute :starting_billing_cycle, Integer
# @!attribute unit_amount
# @return [Integer] Represents the price for the ramp interval.
define_attribute :unit_amount, Integer