IndustryType Property
Code which indicates the industry the merchant is engaged in.
Syntax
[VB.NET] Public Property IndustryType As FdmsretailIndustryTypes
[C#] public FdmsretailIndustryTypes IndustryType {get; set;}
enum FdmsretailIndustryTypes { fitUnknown, fitRetail, fitRestaurant, fitGroceryStore, fitDirectMarketing, fitHotel }
Remarks
This property is used to identify the industry type of the merchant submitting the authorization request. The following table lists the industry types supported by this component.
fitUnknown (0) | Unknown or unsure. |
fitRetail (1) | Retail store. |
fitRestaurant (2) | Food / Restaurant. |
fitGroceryStore (3) | Grocery store or supermarket. |
fitDirectMarketing (4) | eCommerce or Direct Marketing |
fitHotel (5) | Hotel / Lodging. |
Note: itDirectMarketing is NOT supported for this component Please use the FDMSECommerce component for Direct Marketing transactions.
Default Value
1