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.



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

def initialize(account: nil)
  @account = 
end

Instance Attribute Details

#accountObject

Stripe terms of service agreement.



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

def 
  @account
end