/**
 * Indicates whether or not the order was solicited.
 * tag: 377
 * @readonly
 * @enum {string} (Boolean)
 */
export declare enum SolicitedFlag {
    /** Was not solicited */
    WasNotSolicited = "N",
    /** Was solicited */
    WasSolicited = "Y"
}
