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, CryptoStorer, 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, crypto_storer: nil, storer: nil) ⇒ TermsOfService

Returns a new instance of TermsOfService.



1466
1467
1468
1469
1470
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1466

def initialize(account: nil, crypto_storer: nil, storer: nil)
  @account = 
  @crypto_storer = crypto_storer
  @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).



1460
1461
1462
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1460

def 
  @account
end

#crypto_storerObject

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



1462
1463
1464
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1462

def crypto_storer
  @crypto_storer
end

#storerObject

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



1464
1465
1466
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1464

def storer
  @storer
end