Class: Stripe::V2::Core::AccountTokenCreateParams::Identity::Attestations::TermsOfService
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountTokenCreateParams::Identity::Attestations::TermsOfService
- Defined in:
- lib/stripe/params/v2/core/account_token_create_params.rb
Defined Under Namespace
Classes: Account
Instance Attribute Summary collapse
-
#account ⇒ Object
Details on the Account’s acceptance of the [Stripe Services Agreement]; IP, date, and User Agent are expanded by Stripe.
Instance Method Summary collapse
-
#initialize(account: nil) ⇒ TermsOfService
constructor
A new instance of TermsOfService.
Methods inherited from RequestParams
Constructor Details
#initialize(account: nil) ⇒ TermsOfService
Returns a new instance of TermsOfService.
72 73 74 |
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 72 def initialize(account: nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Details on the Account’s acceptance of the [Stripe Services Agreement]; IP, date, and User Agent are expanded by Stripe.
70 71 72 |
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 70 def account @account end |