Netsutie PHP Toolkit
TransactionPaymentEventHoldReason.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _authorizationDecline = "_authorizationDecline";
23 
30  const _cardExpired = "_cardExpired";
31 
38  const _cardInvalid = "_cardInvalid";
39 
46  const _confirmationOfTheOperationIsPending = "_confirmationOfTheOperationIsPending";
47 
54  const _externalFraudRejection = "_externalFraudRejection";
55 
62  const _externalFraudReview = "_externalFraudReview";
63 
70  const _forwardedToPayerAuthentication = "_forwardedToPayerAuthentication";
71 
78  const _forwardRequested = "_forwardRequested";
79 
86  const _gatewayError = "_gatewayError";
87 
94  const _generalHold = "_generalHold";
95 
102  const _generalReject = "_generalReject";
103 
110  const _operationWasTerminated = "_operationWasTerminated";
111 
118  const _overridenBy = "_overridenBy";
119 
126  const _partnerDecline = "_partnerDecline";
127 
134  const _systemError = "_systemError";
135 
142  const _verbalAuthorizationRequested = "_verbalAuthorizationRequested";
143 
150  const _verificationRejection = "_verificationRejection";
151 
158  const _verificationRequired = "_verificationRequired";
159 
160 }