Class: Stripe::V2::Core::AccountService::CreateParams::Identity::Attestations::TermsOfService

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



1099
1100
1101
# File 'lib/stripe/services/v2/core/account_service.rb', line 1099

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



1097
1098
1099
# File 'lib/stripe/services/v2/core/account_service.rb', line 1097

def 
  @account
end