Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

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 fitUnknown = 0; public final static int fitRetail = 1; public final static int fitRestaurant = 2; public final static int fitGroceryStore = 3; public final static int fitDirectMarketing = 4; public final static int fitHotel = 5;

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.

Default Value

1

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0