Class TrackingRef
Provides basic information about the TrackingInfo a ShippingOrderItem is contained.
| Property | Description |
|---|---|
| quantity: Quantity | Gets the quantity, the shipping order item is assigned to the tracking info. |
shippingOrderItem: ShippingOrderItem (read-only) | Gets the shipping order item which is assigned to the tracking info. |
trackingInfo: TrackingInfo (read-only) | Gets the tracking info, the shipping order item is assigned to. |
This class does not have a constructor, so you cannot create it directly.
| Method | Description |
|---|---|
| getQuantity() | Gets the quantity, the shipping order item is assigned to the tracking info. |
| getShippingOrderItem() | Gets the shipping order item which is assigned to the tracking info. |
| getTrackingInfo() | Gets the tracking info, the shipping order item is assigned to. |
| setQuantity(Quantity) | Sets the quantity, the shipping order item is assigned to the tracking info. |
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
- quantity: Quantity
Gets the quantity, the shipping order item is assigned to the tracking info.
- shippingOrderItem: ShippingOrderItem
(read-only) Gets the shipping order item which is assigned to the tracking info.
- trackingInfo: TrackingInfo
(read-only) Gets the tracking info, the shipping order item is assigned to.
- getQuantity(): Quantity
Gets the quantity, the shipping order item is assigned to the tracking info.
Returns:
- the quantity the shipping order item is assigned to the tracking info.
- getShippingOrderItem(): ShippingOrderItem
Gets the shipping order item which is assigned to the tracking info.
Returns:
- the shipping order item
- getTrackingInfo(): TrackingInfo
Gets the tracking info, the shipping order item is assigned to.
Returns:
- the tracking info
- setQuantity(quantity: Quantity): void
Sets the quantity, the shipping order item is assigned to the tracking info.
Parameters:
- quantity - the quantity, the shipping order item is assigned to the tracking info.