Class: Stripe::V2::Core::Accounts::PersonTokenCreateParams::AdditionalTermsOfService

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



78
79
80
# File 'lib/stripe/params/v2/core/accounts/person_token_create_params.rb', line 78

def initialize(account: nil)
  @account = 
end

Instance Attribute Details

#accountObject

Details on the Person’s acceptance of the [Stripe Services Agreement]; IP, date, and User Agent are expanded by Stripe.



76
77
78
# File 'lib/stripe/params/v2/core/accounts/person_token_create_params.rb', line 76

def 
  @account
end