FDMSPlatform Property
Specifies the FDMS platform that the transactions will be processed on.
Syntax
[VB.NET] Public Property FDMSPlatform As FdmsdebitFDMSPlatforms
[C#] public FdmsdebitFDMSPlatforms FDMSPlatform {get; set;}
enum FdmsdebitFDMSPlatforms { fpNorth, fpNashville }
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 component.
fpNorth (0) | North/Cardnet platform. |
fpNashville (1) | Nashville platform. |
Default Value
0