Item in the container.

ContainerItem

interface ShippingApiModelContainerItem {
    quantity: number;
    title: string;
    unitPrice: ShippingApiModelCurrency;
    unitWeight: ShippingApiModelWeight;
}

Properties

quantity: number

The quantity of the items of this type in the container.

ContainerItem

title: string

A descriptive title of the item.

ContainerItem

ContainerItem

ContainerItem

MMNEPVFCICPMFPCPTTAAATR