PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

SearchCriteriaStatus Property

Search by status.

Syntax

__property TiblTransactionSearchSearchCriteriaStatus SearchCriteriaStatus = {read=FSearchCriteriaStatus, write=FSetSearchCriteriaStatus, default=0};



enum TiblTransactionSearchSearchCriteriaStatus { sNone=0, sPending=1, sProcessing=2, sSuccess=3, sDenied=4, sReversed=5 };

Default Value

0

Remarks

Search by status.

Valid payment statuses are listed below:

sNone (0)No status.
sPending (1)The payment is pending. See PaymentPendingReason for more information.
sProcessing (2)A Payment is currently being processed
sSuccess (3)The payment has been completed and the funds have been added successfully to your account balance.
sDenied (4)You, the merchant, denied the payment. This will only happen if the payment was previously pending due to one of these PaymentPendingReasons.
sReversed (5)A payment was reversed due to a chargeback or other type of reversal. The funds have been removed from your account balance and returned to the buyer.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0