StripeElixir.Params.V2.Core.AccountTokenCreateParams.Identity (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.V2.Core.AccountTokenCreateParams.Identity{
  attestations: map() | nil,
  business_details: map() | nil,
  entity_type: String.t() | nil,
  individual: map() | 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.