Class: Stripe::V2::Core::Accounts::PersonUpdateParams::AdditionalTermsOfService
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::Accounts::PersonUpdateParams::AdditionalTermsOfService
- Defined in:
- lib/stripe/params/v2/core/accounts/person_update_params.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.
84 85 86 |
# File 'lib/stripe/params/v2/core/accounts/person_update_params.rb', line 84 def initialize(account: nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Stripe terms of service agreement.
82 83 84 |
# File 'lib/stripe/params/v2/core/accounts/person_update_params.rb', line 82 def account @account end |