Stripe.Params.V2.Core.Accounts.PersonCreateParams.Documents.Visa (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.V2.Core.Accounts.PersonCreateParams.Documents.Visa{
  files: [String.t()] | nil,
  type: String.t() | nil
}
  • files - One or more document IDs returned by a file upload with a purpose value of account_requirement.
  • type - The format of the document. Currently supports files only. Possible values: files.