View Source ExOAPI.Stripe.Schemas.PaymentMethodCardWalletVisaCheckout (exoapi_stripe v0.1.4)
:billing_address :: ExOAPI.Stripe.Schemas.Address
Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
:email :: :string
Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
:name :: :string
Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
:shipping_address :: ExOAPI.Stripe.Schemas.Address
Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
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()