Interface IBelfioreConnectorMatcherConfig

interface IBelfioreConnectorMatcherConfig {
    codeMatcher: RegExp;
    fromDate?: Date;
    province: undefined;
    toDate?: Date;
}

Hierarchy (view full)

Properties

codeMatcher: RegExp
fromDate?: Date
province: undefined
toDate?: Date