IndustryType Property
Code which indicates the industry the merchant is engaged in.
Syntax
[VB.NET] Public Property IndustryType As TsysgiftcardIndustryTypes
[C#] public TsysgiftcardIndustryTypes IndustryType {get; set;}
enum TsysgiftcardIndustryTypes { sitUnknown, sitRetail, sitRestaurant, sitGroceryStore, sitDirectMarketing, sitHotel, sitAutoRental }
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, itHotel, and itAutoRental are NOT supported for this component All Debit, EBT, and Gift Card transactions must be face-to-face card present transactions.
Default Value
1