UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 248 B
/** * A one character code identifying whether the Fund based renewal commission is to be waived. * tag: 497 * @readonly * @enum {string} (char) */ export declare enum FundRenewWaiv { /** No */ No = "N", /** Yes */ Yes = "Y" }