interface CostEstimationPostEndingSchema {
    baseRates: BaseRate;
    branchIds?: number[];
    calculateInternalMatches?: boolean;
    currency?: Currency;
    dateFrom?: string;
    dateTo?: string;
    directoryIds?: number[];
    fileIds?: number[];
    format?: ReportsModel.Format;
    includePreTranslatedStrings?: boolean;
    individualRates: IndividualRate[];
    labelIds?: number[];
    labelIncludeType?: LabelIncludeType;
    languageId?: string;
    netRateSchemes: Omit<NetRateSchemas, "mtMatch" | "suggestionMatch">;
    unit?: Unit;
}

Properties

baseRates: BaseRate
branchIds?: number[]
calculateInternalMatches?: boolean
currency?: Currency
dateFrom?: string
dateTo?: string
directoryIds?: number[]
fileIds?: number[]
includePreTranslatedStrings?: boolean
individualRates: IndividualRate[]
labelIds?: number[]
labelIncludeType?: LabelIncludeType
languageId?: string
netRateSchemes: Omit<NetRateSchemas, "mtMatch" | "suggestionMatch">
unit?: Unit