Class: Stripe::V2::Core::Accounts::PersonService::CreateParams::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.



85
86
87
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 85

def initialize(account: nil)
  @account = 
end

Instance Attribute Details

#accountObject

Stripe terms of service agreement.



83
84
85
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 83

def 
  @account
end