View Source ExOAPI.Stripe.Schemas.PaymentMethodCardChecks (exoapi_stripe v0.1.4)
:address_line1_check :: :string
If a address line1 was provided, results of the check, one of pass
, fail
, unavailable
, or unchecked
.
:address_postal_code_check :: :string
If a address postal code was provided, results of the check, one of pass
, fail
, unavailable
, or unchecked
.
:cvc_check :: :string
If a CVC was provided, results of the check, one of pass
, fail
, unavailable
, or unchecked
.
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()