Stripe.Resources.Terminal.Reader.Action.ProcessPaymentIntent.ProcessConfig
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Terminal.Reader.Action.ProcessPaymentIntent.ProcessConfig{ enable_customer_cancellation: boolean() | nil, return_url: String.t() | nil, skip_tipping: boolean() | nil, tipping: Stripe.Resources.Terminal.Reader.Action.ProcessPaymentIntent.ProcessConfig.Tipping.t() | nil }
enable_customer_cancellation- Enable customer-initiated cancellation when processing this payment.return_url- If the customer doesn't abandon authenticating the payment, they're redirected to this URL after completion. Max length: 5000.skip_tipping- Override showing a tipping selection screen on this transaction.tipping