View Source ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptions (exoapi_stripe v0.1.4)
:acss_debit :: ExOAPI.Stripe.Schemas.SetupIntentTypeSpecificPaymentMethodOptionsClient | ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsAcssDebit
:card :: ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsCard
:sepa_debit :: ExOAPI.Stripe.Schemas.SetupIntentTypeSpecificPaymentMethodOptionsClient | ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsSepaDebit
:us_bank_account :: ExOAPI.Stripe.Schemas.SetupIntentTypeSpecificPaymentMethodOptionsClient | ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsUsBankAccount
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptions{ acss_debit: ExOAPI.EctoTypes.AnyOf.t() | nil, card: ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsCard.t() | nil, sepa_debit: ExOAPI.EctoTypes.AnyOf.t() | nil, us_bank_account: ExOAPI.EctoTypes.AnyOf.t() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()