FDMSPlatform Property
Specifies the FDMS platform that the transactions will be processed on.
Syntax
__property TibcFDMSECommerceFDMSPlatforms FDMSPlatform = {read=FFDMSPlatform, write=FSetFDMSPlatform, default=0};
enum TibcFDMSECommerceFDMSPlatforms { fpNorth=0, fpNashville=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 component.
fpNorth (0) | North/Cardnet platform. |
fpNashville (1) | Nashville platform. |
Data Type
Integer