export interface IDisplayInstruction {
    DisplayQty?: number;
    SecondaryDisplayQty?: number;
    InitialDisplayQty?: number;
    DisplayWhen?: string;
    DisplayMethod?: string;
    DisplayLowQty?: number;
    DisplayHighQty?: number;
    DisplayMinIncr?: number;
    RefreshQty?: number;
}
