whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
eway
/
eway-rapid-php
/
src
/
Rapid
/
Enum
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/eway/eway-rapid-php/src/Rapid/Enum/FraudAction.php
<?php namespace Eway\Rapid\Enum; /** * Defines the possible actions that may have been taken when/if an anti-fraud rule on the account has been triggered. */ abstract class FraudAction extends AbstractEnum { const NOT_CHALLENGED = 0; const ALLOW = 1; const REVIEW = 2; const PRE_AUTH = 3; const PROCESSED = 4; const APPROVED = 5; const BLOCK = 6; }
Copyright ©2021 || Defacer Indonesia