Class: Stripe::SubscriptionSchedule::AmendParams::Prebilling::BillFrom::AmendmentStart
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionSchedule::AmendParams::Prebilling::BillFrom::AmendmentStart
- Defined in:
- lib/stripe/resources/subscription_schedule.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.
2224 2225 2226 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 2224 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.
2222 2223 2224 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 2222 def index @index end |