Class: Stripe::Account::CreateParams::Settings::Invoices

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/account.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(hosted_payment_method_save: nil) ⇒ Invoices

Returns a new instance of Invoices.



4332
4333
4334
# File 'lib/stripe/resources/account.rb', line 4332

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

Instance Attribute Details

#hosted_payment_method_saveObject

Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.



4330
4331
4332
# File 'lib/stripe/resources/account.rb', line 4330

def hosted_payment_method_save
  @hosted_payment_method_save
end