Class: Stripe::AccountService::CreateParams::Settings::Invoices

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/account_service.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.



3786
3787
3788
# File 'lib/stripe/services/account_service.rb', line 3786

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.



3784
3785
3786
# File 'lib/stripe/services/account_service.rb', line 3784

def hosted_payment_method_save
  @hosted_payment_method_save
end