IndustryType Property
The merchant's industry type.
Syntax
[VB.NET] Public Property IndustryType As FdmsrchealthcareIndustryTypes
[C#] public FdmsrchealthcareIndustryTypes IndustryType {get; set;}
enum FdmsrchealthcareIndustryTypes { fhitRetail, fhitSupermarket, fhitEcommerce, fhitMOTO }
Remarks
The merchant's industry type. Possible values are:
0 (fhitRetail - default) | Retail |
1 (fhitSupermarket) | Supermarket/Grocery Stores |
2 (fhitEcommerce) | ECommerce |
3 (fhitMOTO) | Mail Order/Telephone Order |
Default Value
0