View Source ExOAPI.Stripe.Schemas.MandatePaymentMethodDetails (exoapi_stripe v0.1.4)
:acss_debit :: ExOAPI.Stripe.Schemas.MandateAcssDebit
:au_becs_debit :: ExOAPI.Stripe.Schemas.MandateAuBecsDebit
:bacs_debit :: ExOAPI.Stripe.Schemas.MandateBacsDebit
:card :: list(:map)
:sepa_debit :: ExOAPI.Stripe.Schemas.MandateSepaDebit
:type :: :string
The type of the payment method associated with this mandate. An additional hash is included on payment_method_details
with a name matching this value. It contains mandate information specific to the payment method.
:us_bank_account :: list(:map)
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.MandatePaymentMethodDetails{ acss_debit: ExOAPI.Stripe.Schemas.MandateAcssDebit.t() | nil, au_becs_debit: ExOAPI.Stripe.Schemas.MandateAuBecsDebit.t() | nil, bacs_debit: ExOAPI.Stripe.Schemas.MandateBacsDebit.t() | nil, card: [map()] | nil, sepa_debit: ExOAPI.Stripe.Schemas.MandateSepaDebit.t() | nil, type: String.t() | nil, us_bank_account: [map()] | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()