Interface MeanOfTransportation

Encapsulates typed und untyped workflow metadata for case properties

interface MeanOfTransportation {
    DE_A0108?: string;
    DE_A1140?: string;
    DE_A1990?: string;
    DE_C0018?: string;
    DE_C0750?: string;
    NC_20000?: string;
    NC_21000?: string;
    bbox?: Bbox;
    code?: string;
    confidence?: number;
    containerNumber?: string;
    countryCode?: string;
    display?: boolean;
    errors?: ErrorModel[];
    input?: string;
    lastChangedBy?: string;
    licensePlate?: string;
    modifiedAt?: number;
    modifiedBy?: {
        displayName?: string;
        id?: string;
    };
    name?: string;
    options?: MeanOfTransportationMode[];
    reason?: any;
    required?: boolean;
    reviewNeeded?: boolean;
    searchValue?: string;
    source?: string;
    trailerNumber?: string;
    truckId?: string;
    type?: MeanOfTransportationType;
    userEdited?: boolean;
    value?: MeanOfTransportationMode;
}

Hierarchy (view full)

Properties

DE_A0108?: string

Grenzüberschreitendes aktives Beförderungsmittel

DE_A1140?: string
DE_A1990?: string
DE_C0018?: string

Transport Mode

DE_C0750?: string

Type of Identification of Means of Transport

NC_20000?: string
NC_21000?: string
bbox?: Bbox

Bounding box of extracted value

code?: string

unique identifier of the transportation mean

confidence?: number

Confidence supplied by data extraction or 1.0 if entered by human

containerNumber?: string
countryCode?: string

ISO Code of nationality of the mean

display?: boolean
errors?: ErrorModel[]

could be validation errors

input?: string

The input value which was initially supplied for the property

lastChangedBy?: string

Encoded user (username, userId, etc.)

Deprecated

licensePlate?: string
modifiedAt?: number

Last modification date (user or machine), as a UTC unix timestamp

modifiedBy?: {
    displayName?: string;
    id?: string;
}

Field last changed by

Type declaration

  • Optional displayName?: string
  • Optional id?: string
name?: string
reason?: any
required?: boolean
reviewNeeded?: boolean
searchValue?: string

Normalized searchValue, for any related queries. Needs to be a string, even if value is of a different type.

source?: string
trailerNumber?: string
truckId?: string
userEdited?: boolean

Mark this property as user-edited (as opposed to machine-generated)

The current value of the property