View Source ExOAPI.Stripe.Schemas.PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit (exoapi_stripe v0.1.4)
:custom_mandate_url :: :string
A URL for custom mandate text
:interval_description :: :string
Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.
:payment_schedule :: :string
Payment schedule for the mandate.
:transaction_type :: :string
Transaction type of the mandate.
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()