View Source ExOAPI.Stripe.Schemas.GelatoIdNumberReportError (exoapi_stripe v0.1.4)

:code :: :string

A short machine-readable string giving the reason for the verification failure.

:reason :: :string

A human-readable message giving the reason for the failure. These messages can be shown to your users.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.GelatoIdNumberReportError{
  code:
    (:id_number_unverified_other
     | :id_number_mismatch
     | :id_number_insufficient_document_data)
    | nil,
  reason: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()