Class TrackingRef

Provides basic information about the TrackingInfo a ShippingOrderItem is contained.

Property Summary 

PropertyDescription
quantity: QuantityGets 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.

Constructor Summary 

This class does not have a constructor, so you cannot create it directly.

Method Summary 

MethodDescription
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.

Methods inherited from class Object 

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

Property Details 

quantity 

quantity: Quantity

Gets the quantity, the shipping order item is assigned to the tracking info.


shippingOrderItem 

shippingOrderItem: ShippingOrderItem (read-only)

Gets the shipping order item which is assigned to the tracking info.


trackingInfo 

trackingInfo: TrackingInfo (read-only)

Gets the tracking info, the shipping order item is assigned to.


Method Details 

getQuantity() 

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() 

getShippingOrderItem(): ShippingOrderItem

Gets the shipping order item which is assigned to the tracking info.

Returns:

  • the shipping order item

getTrackingInfo() 

getTrackingInfo(): TrackingInfo

Gets the tracking info, the shipping order item is assigned to.

Returns:

  • the tracking info

setQuantity(Quantity) 

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.