Class: Stripe::Account::UpdateParams::Settings::Treasury

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



2819
2820
2821
# File 'lib/stripe/resources/account.rb', line 2819

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.



2817
2818
2819
# File 'lib/stripe/resources/account.rb', line 2817

def tos_acceptance
  @tos_acceptance
end