IndustryType Property
Code which indicates the industry the merchant is engaged in.
Object Oriented Interface
public function getIndustryType(); public function setIndustryType($value);
Procedural Interface
inpaydirect_tsyshealthcare_get($res, 12 ); inpaydirect_tsyshealthcare_set($res, 12, $value );
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.
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 class Please use the TSYSECommerce class for Direct Marketing transactions.
Data Type
Integer