View Source ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit (exoapi_stripe v0.1.4)
:custom_mandate_url :: :string
A URL for custom mandate text
::default_for :: :string
: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()
@type t() :: %ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit{ custom_mandate_url: String.t() | nil, default_for: [String.t()] | nil, interval_description: String.t() | nil, payment_schedule: (:sporadic | :interval | :combined) | nil, transaction_type: (:personal | :business) | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()