Class: Stripe::V2::Core::Accounts::PersonService::UpdateParams::AdditionalTermsOfService
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::Accounts::PersonService::UpdateParams::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.
579 580 581 |
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 579 def initialize(account: nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Stripe terms of service agreement.
577 578 579 |
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 577 def account @account end |