StripeElixir.Params.SetupIntentCancelParams (stripe_elixir v0.1.0)

Copy Markdown View Source

Parameters for setup intent cancel.

Summary

Types

t()

@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, or duplicate Possible values: abandoned, duplicate, requested_by_customer. Max length: 5000.
  • expand - Specifies which fields in the response should be expanded.