View Source ExOAPI.Stripe.Schemas.IssuingCardholderIdDocument (exoapi_stripe v0.1.4)
:back :: ExOAPI.Stripe.Schemas.File | :string
The back of a document returned by a file upload with a purpose
value of identity_document
.
:front :: ExOAPI.Stripe.Schemas.File | :string
The front of a document returned by a file upload with a purpose
value of identity_document
.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.IssuingCardholderIdDocument{
back: ExOAPI.EctoTypes.AnyOf.t() | nil,
front: ExOAPI.EctoTypes.AnyOf.t() | nil
}
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()