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

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/core/accounts/person_token_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(shown_and_accepted: nil) ⇒ Account

Returns a new instance of Account.



71
72
73
# File 'lib/stripe/params/v2/core/accounts/person_token_create_params.rb', line 71

def initialize(shown_and_accepted: nil)
  @shown_and_accepted = shown_and_accepted
end

Instance Attribute Details

#shown_and_acceptedObject

The boolean value indicating if the terms of service have been accepted.



69
70
71
# File 'lib/stripe/params/v2/core/accounts/person_token_create_params.rb', line 69

def shown_and_accepted
  @shown_and_accepted
end