Parameters for payment intent cancel.
Summary
Types
@type t() :: %Stripe.Params.PaymentIntentCancelParams{ cancellation_reason: String.t() | nil, expand: [String.t()] | nil }
cancellation_reason- Reason for canceling this PaymentIntent. Possible values are:duplicate,fraudulent,requested_by_customer, orabandonedPossible values:abandoned,duplicate,fraudulent,requested_by_customer. Max length: 5000.expand- Specifies which fields in the response should be expanded.