Class: Stripe::V2::Core::AccountUpdateParams::Identity::Attestations::TermsOfService

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

Defined Under Namespace

Classes: Account, Storer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(account: nil, storer: nil) ⇒ TermsOfService

Returns a new instance of TermsOfService.



1320
1321
1322
1323
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1320

def initialize(account: nil, storer: nil)
  @account = 
  @storer = storer
end

Instance Attribute Details

#accountObject

Details on the Account’s acceptance of the [Stripe Services Agreement](docs.stripe.com/connect/updating-accounts#tos-acceptance).



1316
1317
1318
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1316

def 
  @account
end

#storerObject

Details on the Account’s acceptance of Treasury-specific terms of service.



1318
1319
1320
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1318

def storer
  @storer
end