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

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

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

Returns a new instance of TermsOfService.



1421
1422
1423
1424
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1421

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



1417
1418
1419
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1417

def 
  @account
end

#storerObject

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



1419
1420
1421
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1419

def storer
  @storer
end