interface TranslationCostsPostEndingSchema {
    baseRates: BaseRate;
    branchIds?: number[];
    currency?: Currency;
    dateFrom?: string;
    dateTo?: string;
    directoryIds?: number[];
    excludeApprovalsForEditedTranslations?: boolean;
    fileIds?: number[];
    format?: ReportsModel.Format;
    groupBy?: GroupBy;
    individualRates: IndividualRate[];
    labelIds?: number;
    labelIncludeType?: LabelIncludeType;
    languageId?: string;
    netRateSchemes: NetRateSchemas;
    preTranslatedStringsCategorizationAdjustment?: boolean;
    unit?: Unit;
    userIds?: number[];
    workflowStepId?: number;
}

Properties

baseRates: BaseRate
branchIds?: number[]
currency?: Currency
dateFrom?: string
dateTo?: string
directoryIds?: number[]
excludeApprovalsForEditedTranslations?: boolean
fileIds?: number[]
groupBy?: GroupBy
individualRates: IndividualRate[]
labelIds?: number
labelIncludeType?: LabelIncludeType
languageId?: string
netRateSchemes: NetRateSchemas
preTranslatedStringsCategorizationAdjustment?: boolean
unit?: Unit
userIds?: number[]
workflowStepId?: number