Class: Stripe::SubscriptionScheduleService::AmendParams::Prebilling::BillFrom::AmendmentStart
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionScheduleService::AmendParams::Prebilling::BillFrom::AmendmentStart
- Defined in:
- lib/stripe/services/subscription_schedule_service.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
The position of the amendment in the ‘amendments` array with which prebilling should begin.
Instance Method Summary collapse
-
#initialize(index: nil) ⇒ AmendmentStart
constructor
A new instance of AmendmentStart.
Methods inherited from RequestParams
Constructor Details
#initialize(index: nil) ⇒ AmendmentStart
Returns a new instance of AmendmentStart.
1959 1960 1961 |
# File 'lib/stripe/services/subscription_schedule_service.rb', line 1959 def initialize(index: nil) @index = index end |
Instance Attribute Details
#index ⇒ Object
The position of the amendment in the ‘amendments` array with which prebilling should begin. Indexes start from 0 and must be less than the total number of supplied amendments.
1957 1958 1959 |
# File 'lib/stripe/services/subscription_schedule_service.rb', line 1957 def index @index end |