UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 273 B
/** * Indicates the type of Quote Request being generated * tag: 303 * @readonly * @enum {number} (int) */ export declare enum QuoteRequestType { /** Manual */ Manual = 1, /** Automatic */ Automatic = 2, /** Confirm quote */ ConfirmQuote = 3 }