TestMode Property
Turns test mode on and off for transactions sent to the current Gateway .
Syntax
int GetTestMode();
int SetTestMode(int bTestMode);
Default Value
FALSE
Remarks
You can use this property to set a test mode flag that will be sent in an authorization request. Not all Gateways support test modes. If you set the TestMode property to True and the current Gateway does not support it, the class will fails with an error.
Data Type
Boolean