Class: Stripe::QuoteCreateParams::SubscriptionData::Prebilling

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/quote_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(iterations: nil) ⇒ Prebilling

Returns a new instance of Prebilling.



899
900
901
# File 'lib/stripe/params/quote_create_params.rb', line 899

def initialize(iterations: nil)
  @iterations = iterations
end

Instance Attribute Details

#iterationsObject

This is used to determine the number of billing cycles to prebill.



897
898
899
# File 'lib/stripe/params/quote_create_params.rb', line 897

def iterations
  @iterations
end