View Source ExOAPI.Stripe.Schemas.GelatoSelfieReportError (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.GelatoSelfieReportError{
  code:
    (:selfie_unverified_other
     | :selfie_manipulated
     | :selfie_face_mismatch
     | :selfie_document_missing_photo)
    | 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()