export interface OrderDiscountConfiguration { fixedRate?: number; rate?: number; isNetPrice?: boolean; }