Class: Stripe::AccountPersonUpdateParams::AdditionalTosAcceptances
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountPersonUpdateParams::AdditionalTosAcceptances
- Defined in:
- lib/stripe/params/account_person_update_params.rb
Defined Under Namespace
Classes: Account
Instance Attribute Summary collapse
-
#account ⇒ Object
Details on the legal guardian’s acceptance of the main Stripe service agreement.
Instance Method Summary collapse
-
#initialize(account: nil) ⇒ AdditionalTosAcceptances
constructor
A new instance of AdditionalTosAcceptances.
Methods inherited from RequestParams
Constructor Details
#initialize(account: nil) ⇒ AdditionalTosAcceptances
Returns a new instance of AdditionalTosAcceptances.
24 25 26 |
# File 'lib/stripe/params/account_person_update_params.rb', line 24 def initialize(account: nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Details on the legal guardian’s acceptance of the main Stripe service agreement.
22 23 24 |
# File 'lib/stripe/params/account_person_update_params.rb', line 22 def account @account end |