Class: Stripe::V2::Core::Accounts::PersonService::UpdateParams::AdditionalTermsOfService

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/core/accounts/person_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) ⇒ AdditionalTermsOfService

Returns a new instance of AdditionalTermsOfService.



580
581
582
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 580

def initialize(account: nil)
  @account = 
end

Instance Attribute Details

#accountObject

Stripe terms of service agreement.



578
579
580
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 578

def 
  @account
end