FDMSPlatform Property
Specifies the FDMS platform that the transactions will be processed on.
Syntax
int GetFDMSPlatform();
int SetFDMSPlatform(int iFDMSPlatform);
Possible Values
FP_NORTH(0), FP_NASHVILLE(1)
Default Value
0
Remarks
This property is used to identify the FDMS platform that the transactions will be sent to and processed on. The following table lists the platforms supported by this class.
fpNorth (0) | North/Cardnet platform. |
fpNashville (1) | Nashville platform. |
Data Type
Integer