CaptureStatus enum
The status of the captured payment.
Values
- completed → const CaptureStatus
-
The funds for this captured payment were credited to the payee's PayPal account.
- declined → const CaptureStatus
-
The funds could not be captured.
- partiallyRefunded → const CaptureStatus
-
An amount less than this captured payment's amount was partially refunded to the payer.
- pending → const CaptureStatus
-
The funds for this captured payment was not yet credited to the payee's PayPal account. For more information, see status.details.
- refunded → const CaptureStatus
-
An amount greater than or equal to this captured payment's amount was refunded to the payer.
- failed → const CaptureStatus
-
There was an error while capturing payment.
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<
CaptureStatus> - A constant List of the values in this enum, in order of their declaration.