Class: Stripe::SubscriptionScheduleAmendParams::Prebilling::BillFrom::AmendmentStart
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionScheduleAmendParams::Prebilling::BillFrom::AmendmentStart
- Defined in:
- lib/stripe/params/subscription_schedule_amend_params.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.
699 700 701 |
# File 'lib/stripe/params/subscription_schedule_amend_params.rb', line 699 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.
697 698 699 |
# File 'lib/stripe/params/subscription_schedule_amend_params.rb', line 697 def index @index end |