Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions{ custom_mandate_url: String.t() | nil, default_for: [String.t()] | nil, interval_description: String.t() | nil, payment_schedule: String.t() | nil, transaction_type: String.t() | nil }
custom_mandate_url- A URL for custom mandate text Max length: 5000.default_for- List of Stripe products where this mandate can be selected automatically.interval_description- Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'. Max length: 5000. Nullable.payment_schedule- Payment schedule for the mandate. Possible values:combined,interval,sporadic. Nullable.transaction_type- Transaction type of the mandate. Possible values:business,personal. Nullable.