...
The details
node contains an array with cost lines (when no details available then the array is empty). The properties are:
| The description of the provided service. | string |
| The service task code such as TR for translation or RV for revision. To discover all task types, see settings/tasks/codes | string |
| Number of units (see | int |
| The unit that is costed. Such as “WD” (words) or “CH” (characters). See also: Price units. | string |
| Number of units included in the unit price. | int |
| Unit price that is the price of | decimal |
| Currency code such as “EUR” or “USD”. | string |
| Optional product code. Empty string if none. | string |
| Optional reduction in percent from 0 to 100. | decimal |
| Total amount for this line. | decimal |
| Total amount before reduction for this line. | decimal |
| ||
| ||
| Boolean that indicates if this line specifies a minimum fee. | bool |
EXAMPLES
To clarify how reductions, fees and coverage are applied on the base cost, see this screenshot and the corresponding payload below:
...