Interface IBelfioreConnectorBaseConfig

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

Hierarchy (view full)

Properties

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