Class: Stripe::AccountUpdateParams::Settings::Treasury

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/account_update_params.rb

Defined Under Namespace

Classes: TosAcceptance

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(tos_acceptance: nil) ⇒ Treasury

Returns a new instance of Treasury.



1918
1919
1920
# File 'lib/stripe/params/account_update_params.rb', line 1918

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

Instance Attribute Details

#tos_acceptanceObject

Details on the account’s acceptance of the Stripe Treasury Services Agreement.



1916
1917
1918
# File 'lib/stripe/params/account_update_params.rb', line 1916

def tos_acceptance
  @tos_acceptance
end