IndustryType Property
Code which indicates the industry the merchant is engaged in.
Syntax
public int getIndustryType(); public void setIndustryType(int industryType);
Enumerated values: public final static int sitUnknown = 0; public final static int sitRetail = 1; public final static int sitRestaurant = 2; public final static int sitGroceryStore = 3; public final static int sitDirectMarketing = 4; public final static int sitHotel = 5; public final static int sitAutoRental = 6;
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.
sitUnknown (0) | Unknown or unsure. |
sitRetail (1) | Retail store. |
sitRestaurant (2) | Food / Restaurant. |
sitGroceryStore (3) | Grocery store or supermarket. |
sitDirectMarketing (4) | eCommerce or Direct Marketing |
sitHotel (5) | Hotel / Lodging |
sitAutoRental (6) | Auto Rental |
Note: American Express cards are NOT currently supported in the itAutoRental industry.
Note: itDirectMarketing is NOT supported for this component Please use the TSYSECommerce component for Direct Marketing transactions.
Default Value
1