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

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



1391
1392
1393
1394
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1391

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).



1387
1388
1389
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1387

def 
  @account
end

#storerObject

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



1389
1390
1391
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1389

def storer
  @storer
end