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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(account: nil) ⇒ TermsOfService

Returns a new instance of TermsOfService.



1145
1146
1147
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1145

def initialize(account: nil)
  @account = 
end

Instance Attribute Details

#accountObject

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



1143
1144
1145
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1143

def 
  @account
end