Contractual or operational port or point relevant to the movement of the cargo.

Export

Stop

interface Stop {
    arrivalTime?: string;
    departureTime?: string;
    functionCode: StopFunctionCodeEnum;
    locationIdentification?: Location;
}

Properties

arrivalTime?: string

Date and time of the arrival of the cargo.

Memberof

Stop

departureTime?: string

Date and time of the departure of the cargo.

Memberof

Stop

functionCode: StopFunctionCodeEnum

Provide the function code.

Memberof

Stop

locationIdentification?: Location

Memberof

Stop