Class: Stripe::AccountUpdateParams::Settings::TaxForms

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



2186
2187
2188
# File 'lib/stripe/params/account_update_params.rb', line 2186

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.



2184
2185
2186
# File 'lib/stripe/params/account_update_params.rb', line 2184

def consented_to_paperless_delivery
  @consented_to_paperless_delivery
end