interface CostEstimationPostEndingSchemaByTask {
    baseRates?: BaseRate;
    calculateInternalMatches?: boolean;
    currency?: Currency;
    format?: ReportsModel.Format;
    includePreTranslatedStrings?: boolean;
    individualRates?: IndividualRate[];
    netRateSchemes?: Omit<NetRateSchemas, "mtMatch" | "suggestionMatch">;
    taskId?: number;
    unit?: Unit;
}

Properties

baseRates?: BaseRate
calculateInternalMatches?: boolean
currency?: Currency
includePreTranslatedStrings?: boolean
individualRates?: IndividualRate[]
netRateSchemes?: Omit<NetRateSchemas, "mtMatch" | "suggestionMatch">
taskId?: number
unit?: Unit