Class: Stripe::V2::Core::Accounts::PersonTokenCreateParams::AdditionalTermsOfService
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::Accounts::PersonTokenCreateParams::AdditionalTermsOfService
- Defined in:
- lib/stripe/params/v2/core/accounts/person_token_create_params.rb
Defined Under Namespace
Classes: Account
Instance Attribute Summary collapse
-
#account ⇒ Object
Details on the Person’s acceptance of the [Stripe Services Agreement]; IP, date, and User Agent are expanded by Stripe.
Instance Method Summary collapse
-
#initialize(account: nil) ⇒ AdditionalTermsOfService
constructor
A new instance of AdditionalTermsOfService.
Methods inherited from RequestParams
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 = account end |
Instance Attribute Details
#account ⇒ Object
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 @account end |