FDMSPlatform Property
Specifies the FDMS platform that the transactions will be processed on.
Syntax
public int getFDMSPlatform(); public void setFDMSPlatform(int FDMSPlatform);
Enumerated values: public final static int fpNorth = 0; public final static int fpNashville = 1;
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 bean.
fpNorth (0) | North/Cardnet platform. |
fpNashville (1) | Nashville platform. |
Default Value
0