Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService{ account: Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService.Account.t() | nil, crypto_storer: Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService.CryptoStorer.t() | nil, storer: Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService.Storer.t() | nil }
account- Details on the Account's acceptance of the Stripe Services Agreement.crypto_storer- Details on the Account's acceptance of Crypto-storer-specific terms of service.storer- Details on the Account's acceptance of Treasury-specific terms of service.