Stripe.Params.V2.Core.AccountTokenCreateParams.Identity (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.V2.Core.AccountTokenCreateParams.Identity{
  attestations:
    Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.Attestations.t()
    | nil,
  business_details:
    Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.BusinessDetails.t()
    | nil,
  entity_type: String.t() | nil,
  individual:
    Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.Individual.t() | nil
}
  • attestations - Attestations from the identity's key people, e.g. owners, executives, directors, representatives.
  • business_details - Information about the company or business.
  • entity_type - The entity type. Possible values: company, government_entity, individual, non_profit.
  • individual - Information about the person represented by the account.