Parameters for account token create.
Summary
Types
@type t() :: %Stripe.Params.V2.Core.AccountTokenCreateParams{ contact_email: term(), contact_phone: term(), display_name: term(), identity: term() }
contact_email- The primary contact email address for the Account.contact_phone- The default contact phone for the Account.display_name- A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.identity- Information about the company, individual, and business represented by the Account.