Skip to content

Interface.PricingModel

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

Trados User Interface Extensibility v0.1.13 / PricingModel

Interface: PricingModel

Pricing Model resource. (Not available for List Projects endpoint)

Export

PricingModel

Properties

additionalCosts?

optional additionalCosts: AdditionalCost[]

Memberof

PricingModel

Source

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


currencyCode?

optional currencyCode: string

default
The currency code (ISO 4217).

Memberof

PricingModel

Source

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


description?

optional description: string

The description of the Pricing Model.

Memberof

PricingModel

Source

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


id

id: string

The pricing model identifier.

Memberof

PricingModel

Source

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


languageDirectionPricing?

optional languageDirectionPricing: LanguagePrice[]

Memberof

PricingModel

Source

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


location?

optional location: FolderV2

Memberof

PricingModel

Source

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


name

name: string

The name of the Pricing Model.

Memberof

PricingModel

Source

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

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally