Class: Stripe::AccountService::CreateParams::Settings::TaxForms

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(consented_to_paperless_delivery: nil) ⇒ TaxForms

Returns a new instance of TaxForms.



4453
4454
4455
# File 'lib/stripe/services/account_service.rb', line 4453

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

Instance Attribute Details

#consented_to_paperless_deliveryObject

Whether the account opted out of receiving their tax forms by postal delivery.



4451
4452
4453
# File 'lib/stripe/services/account_service.rb', line 4451

def consented_to_paperless_delivery
  @consented_to_paperless_delivery
end