View Source ExOAPI.Stripe.Schemas.CardGeneratedFromPaymentMethodDetails (exoapi_stripe v0.1.4)
:card_present :: ExOAPI.Stripe.Schemas.PaymentMethodDetailsCardPresent
:type :: :string
The type of payment method transaction-specific details from the transaction that generated this card
payment method. Always card_present
.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.CardGeneratedFromPaymentMethodDetails{ card_present: ExOAPI.Stripe.Schemas.PaymentMethodDetailsCardPresent.t() | nil, type: String.t() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()