/** * 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 BusinessStockExchanges { None = 'NONE', Nasdaq = 'NASDAQ', Nyse = 'NYSE', Amex = 'AMEX', Amx = 'AMX', Asx = 'ASX', B3 = 'B3', Bme = 'BME', Bse = 'BSE', Fra = 'FRA', Icex = 'ICEX', Jpx = 'JPX', Jse = 'JSE', Krx = 'KRX', Lon = 'LON', Nse = 'NSE', Omx = 'OMX', Sehk = 'SEHK', Sgx = 'SGX', Sse = 'SSE', Sto = 'STO', Swx = 'SWX', Szse = 'SZSE', Tsx = 'TSX', Twse = 'TWSE', Vse = 'VSE', Other = 'OTHER' }