Class: Stripe::V2::Core::AccountService::UpdateParams::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.



3145
3146
3147
# File 'lib/stripe/services/v2/core/account_service.rb', line 3145

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



3143
3144
3145
# File 'lib/stripe/services/v2/core/account_service.rb', line 3143

def 
  @account
end