interface CostsEstimationSchema {
    baseRates: BaseRate;
    branchIds?: number[];
    calculateInternalMatches?: boolean;
    currency?: Currency;
    dateFrom?: string;
    dateTo?: string;
    format?: ReportsModel.Format;
    includePreTranslatedStrings?: boolean;
    individualRates: IndividualRate[];
    labelIds?: number[];
    labelIncludeType?: LabelIncludeType;
    languageId?: string;
    netRateSchemes: NetRateSchemas;
    projectIds?: number[];
    unit?: Unit;
}

Properties

baseRates: BaseRate
branchIds?: number[]
calculateInternalMatches?: boolean
currency?: Currency
dateFrom?: string
dateTo?: string
includePreTranslatedStrings?: boolean
individualRates: IndividualRate[]
labelIds?: number[]
labelIncludeType?: LabelIncludeType
languageId?: string
netRateSchemes: NetRateSchemas
projectIds?: number[]
unit?: Unit