/** * wallet-api * API * * The version of the OpenAPI document: 2.1.600 * Contact: development@wallet.inc * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { RequestFile } from './models'; export enum BusinessIndustry { Automotive = 'AUTOMOTIVE', Agriculture = 'AGRICULTURE', Banking = 'BANKING', Construction = 'CONSTRUCTION', Consumer = 'CONSUMER', Education = 'EDUCATION', Engineering = 'ENGINEERING', Energy = 'ENERGY', OilAndGas = 'OIL_AND_GAS', FastMovingConsumerGoods = 'FAST_MOVING_CONSUMER_GOODS', Financial = 'FINANCIAL', Fintech = 'FINTECH', FoodAndBeverage = 'FOOD_AND_BEVERAGE', Government = 'GOVERNMENT', Healthcare = 'HEALTHCARE', Hospitality = 'HOSPITALITY', Insurance = 'INSURANCE', Legal = 'LEGAL', Manufacturing = 'MANUFACTURING', Media = 'MEDIA', Online = 'ONLINE', ProfessionalServices = 'PROFESSIONAL_SERVICES', RawMaterials = 'RAW_MATERIALS', RealEstate = 'REAL_ESTATE', Religion = 'RELIGION', Retail = 'RETAIL', Jewelry = 'JEWELRY', Technology = 'TECHNOLOGY', Telecommunications = 'TELECOMMUNICATIONS', Transportation = 'TRANSPORTATION', Travel = 'TRAVEL', Electronics = 'ELECTRONICS', NotForProfit = 'NOT_FOR_PROFIT' }