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.



4654
4655
4656
# File 'lib/stripe/services/account_service.rb', line 4654

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.



4652
4653
4654
# File 'lib/stripe/services/account_service.rb', line 4652

def consented_to_paperless_delivery
  @consented_to_paperless_delivery
end