PaymentIntentsStatus enum
Status of the payment intent.
For more info about payment intent status see: https://stripe.com/docs/payments/intents#intent-statuses.
Values
- Succeeded → const PaymentIntentsStatus
-
Completed.
- RequiresPaymentMethod → const PaymentIntentsStatus
-
No payment method is attached to the intent.
- RequiresConfirmation → const PaymentIntentsStatus
-
Intent is ready to be confirmed.
- Canceled → const PaymentIntentsStatus
-
Cancelled.
- Processing → const PaymentIntentsStatus
-
All required actions are completed and payment is being processed.
- RequiresAction → const PaymentIntentsStatus
-
Additional action is needed.
- RequiresCapture → const PaymentIntentsStatus
-
Requires capture.
- Unknown → const PaymentIntentsStatus
-
Payment intent is in an undefined status.
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<
PaymentIntentsStatus> - A constant List of the values in this enum, in order of their declaration.