Interface IBelfioreConnectorProvinceConfig

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

Hierarchy (view full)

Properties

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