The unit used for all cost values in the response.

Hierarchy

  • BudgetAttributesCostsUnit

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
family?: string

The unit family (for example, currency).

id?: string

The unique identifier for the unit.

name?: string

The full name of the unit.

plural?: string

The plural form of the unit name.

scaleFactor?: number

The scale factor applied to raw cost values.

shortName?: string

The abbreviated unit name.

Generated using TypeDoc