FDMSPlatform Property
Specifies the FDMS platform that the transactions will be processed on.
Object Oriented Interface
public function getFDMSPlatform(); public function setFDMSPlatform($value);
Procedural Interface
inpaydirect_fdmsretail_get($res, 12 ); inpaydirect_fdmsretail_set($res, 12, $value );
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