Class: Stripe::V2::Core::Accounts::PersonService::CreateParams::AdditionalTermsOfService
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::Accounts::PersonService::CreateParams::AdditionalTermsOfService
- Defined in:
- lib/stripe/services/v2/core/accounts/person_service.rb
Defined Under Namespace
Classes: Account
Instance Attribute Summary collapse
-
#account ⇒ Object
Stripe terms of service agreement.
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.
94 95 96 |
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 94 def initialize(account: nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Stripe terms of service agreement.
92 93 94 |
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 92 def account @account end |