IndustryType Property
Code which indicates the industry the merchant is engaged in.
Syntax
int GetIndustryType();
int SetIndustryType(int iIndustryType);
Possible Values
FIT_UNKNOWN(0), FIT_RETAIL(1), FIT_RESTAURANT(2), FIT_GROCERY_STORE(3), FIT_DIRECT_MARKETING(4), FIT_HOTEL(5)
Default Value
1
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 class.
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. |
Data Type
Integer