SetupIntentCancellationReason enum
Reason for cancellation of this SetupIntent, either user-provided (duplicate, fraudulent, requested_by_customer, or abandoned) or generated by Stripe internally (failed_invoice, void_invoice, or automatic).
Values
- duplicate → const SetupIntentCancellationReason
- requestedByCustomer → const SetupIntentCancellationReason
- abandoned → const SetupIntentCancellationReason
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SetupIntentCancellationReason> - A constant List of the values in this enum, in order of their declaration.