@fairfleet/geotab / ShipmentLog
A ShipmentLog is a record of shipment transported by a specified vehicle for a duration of time.
-
↳
ShipmentLog
• activeFrom: Date
Gets or sets the date the shipment was started. Default [UtcNow].
src/types/Checkmate/ObjectModel/ShipmentLog.ts:14
• activeTo: Date
Gets or sets the date the shipment was ended. Default [MaxDate].
src/types/Checkmate/ObjectModel/ShipmentLog.ts:16
• commodity: string
Gets or sets the commodity shipped. Maximum length [255] Default [""].
src/types/Checkmate/ObjectModel/ShipmentLog.ts:18
• dateTime: Date
Gets or sets the date and time the log was created.
src/types/Checkmate/ObjectModel/ShipmentLog.ts:20
• device: Device
Gets or sets the Device associated with this log.
src/types/Checkmate/ObjectModel/ShipmentLog.ts:22
• documentNumber: string
Gets or sets the identifier of the shipment document. Default [""].
src/types/Checkmate/ObjectModel/ShipmentLog.ts:24
• driver: User
Gets or sets the User who created this log.
src/types/Checkmate/ObjectModel/ShipmentLog.ts:26
• id: string
Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.
src/types/Checkmate/ObjectModel/Entity.ts:14
• shipperName: string
Gets or sets the name of the shipper. Default [""].
src/types/Checkmate/ObjectModel/ShipmentLog.ts:28
• version: number
Gets or sets the version of the entity.