Skip to content

Variable.QuoteLanguageCostRequestCostTypeEnum

Octavian Condre edited this page Jul 25, 2024 · 2 revisions

Trados User Interface Extensibility v0.1.13 / QuoteLanguageCostRequestCostTypeEnum

Variable: QuoteLanguageCostRequestCostTypeEnum

const QuoteLanguageCostRequestCostTypeEnum: object

Export

Type declaration

Conditional

readonly Conditional: "conditional" = 'conditional'

Hourly

readonly Hourly: "hourly" = 'hourly'

PerFile

readonly PerFile: "perFile" = 'perFile'

PerPage

readonly PerPage: "perPage" = 'perPage'

PerTargetLanguage

readonly PerTargetLanguage: "perTargetLanguage" = 'perTargetLanguage'

Percentage

readonly Percentage: "percentage" = 'percentage'

Volume

readonly Volume: "volume" = 'volume'

Source

lc-public-api/models/index.ts:6245

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally