Class

ShipmentCode

ShipmentCode(shipmentCode)

Constructor

# new ShipmentCode(shipmentCode)

Parameters:
Name Type Description
shipmentCode

View Source model/ShipmentCode.js, line 26

Members

string | undefined

# status

the ShipmentStatus Only the outer ShipmentCode has Status

.

the ShipmentStatus Only the outer ShipmentCode has Status

View Source model/ShipmentCode.js, line 19

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/ShipmentCode.js, line 38

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