Class: Stripe::V2::Core::Accounts::PersonTokenCreateParams::AdditionalTermsOfService::Account
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::Accounts::PersonTokenCreateParams::AdditionalTermsOfService::Account
- Defined in:
- lib/stripe/params/v2/core/accounts/person_token_create_params.rb
Instance Attribute Summary collapse
-
#shown_and_accepted ⇒ Object
The boolean value indicating if the terms of service have been accepted.
Instance Method Summary collapse
-
#initialize(shown_and_accepted: nil) ⇒ Account
constructor
A new instance of Account.
Methods inherited from RequestParams
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_accepted ⇒ Object
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 |