CaptureStatusReason enum

The reason why the captured payment status is PENDING or DENIED.

Inheritance

Constructors

CaptureStatusReason()
const

Values

buyerComplaint → const CaptureStatusReason

The payer initiated a dispute for this captured payment with PayPal.

chargeback → const CaptureStatusReason

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 CaptureStatusReason

The payer paid by an eCheck that has not yet cleared.

internationalWithdrawal → const CaptureStatusReason

Visit your online account. In your Account Overview, accept and deny this payment.

other → const CaptureStatusReason

No additional specific reason can be provided. For more information about this captured payment, visit your account online or contact PayPal.

pendingReview → const CaptureStatusReason

The captured payment is pending manual review.

receivingPreferenceMandatesManualAction → const CaptureStatusReason

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 CaptureStatusReason

The captured funds were refunded.

transactionApprovedAwaitingFunding → const CaptureStatusReason

The payer must send the funds for this captured payment. This code generally appears for manual EFTs.

unilateral → const CaptureStatusReason

The payee does not have a PayPal account.

verificationRequired → const CaptureStatusReason

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
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<CaptureStatusReason>
A constant List of the values in this enum, in order of their declaration.