View Source ExOAPI.Stripe.Schemas.TaxIdVerification (exoapi_stripe v0.1.4)
:status :: :string
Verification status, one of pending
, verified
, unverified
, or unavailable
.
:verified_address :: :string
Verified address.
:verified_name :: :string
Verified 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()