TrackingInfo interface
Tracking courier information.
Properties
| carrier |
Name of the carrier used in the delivery. |
| serial |
Serial number of the device being tracked. |
| tracking |
Tracking ID of the shipment. |
| tracking |
Tracking URL of the shipment. |
Property Details
carrierName
Name of the carrier used in the delivery.
carrierName?: string
Property Value
string
serialNumber
Serial number of the device being tracked.
serialNumber?: string
Property Value
string
trackingId
Tracking ID of the shipment.
trackingId?: string
Property Value
string
trackingUrl
Tracking URL of the shipment.
trackingUrl?: string
Property Value
string