View Source ExOAPI.Stripe.Schemas.GelatoDocumentReportError (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.GelatoDocumentReportError{
  code:
    (:document_unverified_other
     | :document_type_not_supported
     | :document_expired)
    | 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()