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.



4176
4177
4178
# File 'lib/stripe/services/account_service.rb', line 4176

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.



4174
4175
4176
# File 'lib/stripe/services/account_service.rb', line 4174

def consented_to_paperless_delivery
  @consented_to_paperless_delivery
end