CaptureStatusDetails enum
The reason why the captured payment status is PENDING or DENIED.
Values
- buyerComplaint → const CaptureStatusDetails
-
The payer initiated a dispute for this captured payment with PayPal.
- chargeback → const CaptureStatusDetails
-
The captured funds were reversed in response to the payer disputing this captured payment with the issuer of the financial instrument used to pay for this captured payment.
- echeck → const CaptureStatusDetails
-
The payer paid by an eCheck that has not yet cleared.
- internationalWithdrawal → const CaptureStatusDetails
-
Visit your online account. In your Account Overview, accept and deny this payment.
- other → const CaptureStatusDetails
-
No additional specific reason can be provided. For more information about this captured payment, visit your account online or contact PayPal.
- pendingReview → const CaptureStatusDetails
-
The captured payment is pending manual review.
- receivingPreferenceMandatesManualAction → const CaptureStatusDetails
-
The payee has not yet set up appropriate receiving preferences for their account. For more information about how to accept or deny this payment, visit your account online. This reason is typically offered in scenarios such as when the currency of the captured payment is different from the primary holding currency of the payee.
- refunded → const CaptureStatusDetails
-
The captured funds were refunded.
- transactionApprovedAwaitingFunding → const CaptureStatusDetails
-
The payer must send the funds for this captured payment. This code generally appears for manual EFTs.
- unilateral → const CaptureStatusDetails
-
The payee does not have a PayPal account.
- verificationRequired → const CaptureStatusDetails
-
The payee's PayPal account is not verified.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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<
CaptureStatusDetails> - A constant List of the values in this enum, in order of their declaration.