Class: Stripe::AccountService::CreateParams::Settings::Treasury
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountService::CreateParams::Settings::Treasury
- Defined in:
- lib/stripe/services/account_service.rb
Defined Under Namespace
Classes: TosAcceptance
Instance Attribute Summary collapse
-
#tos_acceptance ⇒ Object
Details on the account’s acceptance of the Stripe Treasury Services Agreement.
Instance Method Summary collapse
-
#initialize(tos_acceptance: nil) ⇒ Treasury
constructor
A new instance of Treasury.
Methods inherited from RequestParams
Constructor Details
#initialize(tos_acceptance: nil) ⇒ Treasury
Returns a new instance of Treasury.
4009 4010 4011 |
# File 'lib/stripe/services/account_service.rb', line 4009 def initialize(tos_acceptance: nil) @tos_acceptance = tos_acceptance end |
Instance Attribute Details
#tos_acceptance ⇒ Object
Details on the account’s acceptance of the Stripe Treasury Services Agreement.
4007 4008 4009 |
# File 'lib/stripe/services/account_service.rb', line 4007 def tos_acceptance @tos_acceptance end |