Class: Recurly::Resources::SubscriptionRampIntervalResponse
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::SubscriptionRampIntervalResponse
- Defined in:
- lib/recurly/resources/subscription_ramp_interval_response.rb
Instance Attribute Summary collapse
-
#ending_on ⇒ DateTime
Date the ramp interval ends.
-
#remaining_billing_cycles ⇒ Integer
Represents how many billing cycles are left in a ramp interval.
-
#starting_billing_cycle ⇒ Integer
Represents the billing cycle where a ramp interval starts.
-
#starting_on ⇒ DateTime
Date the ramp interval starts.
-
#unit_amount ⇒ Float
Represents the price for the ramp interval.
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#ending_on ⇒ DateTime
Returns Date the ramp interval ends.
11 |
# File 'lib/recurly/resources/subscription_ramp_interval_response.rb', line 11 define_attribute :ending_on, DateTime |
#remaining_billing_cycles ⇒ Integer
Returns Represents how many billing cycles are left in a ramp interval.
15 |
# File 'lib/recurly/resources/subscription_ramp_interval_response.rb', line 15 define_attribute :remaining_billing_cycles, Integer |
#starting_billing_cycle ⇒ Integer
Returns Represents the billing cycle where a ramp interval starts.
19 |
# File 'lib/recurly/resources/subscription_ramp_interval_response.rb', line 19 define_attribute :starting_billing_cycle, Integer |
#starting_on ⇒ DateTime
Returns Date the ramp interval starts.
23 |
# File 'lib/recurly/resources/subscription_ramp_interval_response.rb', line 23 define_attribute :starting_on, DateTime |
#unit_amount ⇒ Float
Returns Represents the price for the ramp interval.
27 |
# File 'lib/recurly/resources/subscription_ramp_interval_response.rb', line 27 define_attribute :unit_amount, Float |