Class: Stripe::V2::Core::Accounts::PersonCreateParams::AdditionalTermsOfService

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



84
85
86
# File 'lib/stripe/params/v2/core/accounts/person_create_params.rb', line 84

def initialize(account: nil)
  @account = 
end

Instance Attribute Details

#accountObject

Stripe terms of service agreement.



82
83
84
# File 'lib/stripe/params/v2/core/accounts/person_create_params.rb', line 82

def 
  @account
end