StripeElixir.Params.V2.Core.AccountCreateParams.Identity
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.V2.Core.AccountCreateParams.Identity{ attestations: map() | nil, business_details: map() | nil, country: String.t() | 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.country- The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code.entity_type- The entity type. Possible values:company,government_entity,individual,non_profit.individual- Information about the person represented by the account.