export interface IMatchRules {
    MatchAlgorithm?: string;
    MatchType?: string;
    MatchRuleProductComplex?: string;
    CustomerPriority?: number;
}
