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