View Source ExOAPI.Stripe.Schemas.GelatoVerifiedOutputs (exoapi_stripe v0.1.4)
:address :: ExOAPI.Stripe.Schemas.Address
The user's verified address.
:dob :: ExOAPI.Stripe.Schemas.GelatoDataVerifiedOutputsDate
The user’s verified date of birth.
:first_name :: :string
The user's verified first name.
:id_number :: :string
The user's verified id number.
:id_number_type :: :string
The user's verified id number type.
:last_name :: :string
The user's verified last name.
Link to this section Summary
Link to this section Types
@type params() :: map()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()