Class: Stripe::V2::Core::AccountService::UpdateParams::Identity::Attestations::TermsOfService
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountService::UpdateParams::Identity::Attestations::TermsOfService
- Defined in:
- lib/stripe/services/v2/core/account_service.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#account ⇒ Object
Details on the Account’s acceptance of the [Stripe Services Agreement](docs.stripe.com/connect/updating-accounts#tos-acceptance).
-
#storer ⇒ Object
Details on the Account’s acceptance of Treasury-specific terms of service.
Instance Method Summary collapse
-
#initialize(account: nil, storer: nil) ⇒ TermsOfService
constructor
A new instance of TermsOfService.
Methods inherited from RequestParams
Constructor Details
#initialize(account: nil, storer: nil) ⇒ TermsOfService
Returns a new instance of TermsOfService.
3503 3504 3505 3506 |
# File 'lib/stripe/services/v2/core/account_service.rb', line 3503 def initialize(account: nil, storer: nil) @account = account @storer = storer end |
Instance Attribute Details
#account ⇒ Object
Details on the Account’s acceptance of the [Stripe Services Agreement](docs.stripe.com/connect/updating-accounts#tos-acceptance).
3499 3500 3501 |
# File 'lib/stripe/services/v2/core/account_service.rb', line 3499 def account @account end |
#storer ⇒ Object
Details on the Account’s acceptance of Treasury-specific terms of service.
3501 3502 3503 |
# File 'lib/stripe/services/v2/core/account_service.rb', line 3501 def storer @storer end |