PaymentIntentCancellationReason enum
Reason for cancellation of this PaymentIntent, either user-provided (duplicate, fraudulent, requested_by_customer, or abandoned) or generated by Stripe internally (failed_invoice, void_invoice, or automatic).
Values
- duplicate → const PaymentIntentCancellationReason
- fraudulent → const PaymentIntentCancellationReason
- requestedByCustomer → const PaymentIntentCancellationReason
- abandoned → const PaymentIntentCancellationReason
- failedInvoice → const PaymentIntentCancellationReason
- voidInvoice → const PaymentIntentCancellationReason
- automatic → const PaymentIntentCancellationReason
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<
PaymentIntentCancellationReason> - A constant List of the values in this enum, in order of their declaration.