Class

TrackingCode

TrackingCode(code)

Constructor

# new TrackingCode(code)

Parameters:
Name Type Description
code

View Source model/TrackingCode.js, line 39

Members

Array.<string> | Array.<TrackingCode> | undefined

# codes

The reference (KeySSI) to the other TrackingCodes inside

.

The reference (KeySSI) to the other TrackingCodes inside

View Source model/TrackingCode.js, line 14

Array.<string> | Array.<ShipmentLine> | undefined

# lines

The reference (KeySSI) to the other ShipmentLines inside

.

The reference (KeySSI) to the other ShipmentLines inside

View Source model/TrackingCode.js, line 19

string | undefined

# next

For transformations later on The reference (KeySSI) to the next TrackingCode

.

For transformations later on The reference (KeySSI) to the next TrackingCode

View Source model/TrackingCode.js, line 32

string | undefined

# previous

For transformations later on The reference (KeySSI) to the previous TrackingCode

.

For transformations later on The reference (KeySSI) to the previous TrackingCode

View Source model/TrackingCode.js, line 26

Methods

# validate()

Validate if everything seems ok with the properties of this object.

Validate if everything seems ok with the properties of this object.

View Source model/TrackingCode.js, line 50

undefined if all ok. An array of errors if not all ok.