Stripe.Params.V2.Core.AccountTokenCreateParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for account token create.

Summary

Types

t()

@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.