SoftLayer_Product_Package_Item_Prices


SoftLayer_Product_Package_Item_Prices

Description

The SoftLayer_Product_Package_Item_Prices contains price to package cross references Relates a category, price and item to a bundle. Match bundle ids to see all items and prices in a particular bundle.

Local


id

The unique identifier for SoftLayer_Product_Package_Item_Price. This is only needed as a reference. The important data is the itemPriceId property.
Type: int


itemPriceId

The SoftLayer_Product_Item_Price id. This value is to be used when placing orders. To get more information about this item price, go from the item price to the item description
Type: int


packageId

The Package ID to which this price reference belongs
Type: int

Relational


itemPrice

The item price to which this object belongs. The item price has details regarding cost for the item it belongs to.
Type: SoftLayer_Product_Item_Price


package

The package to which this object belongs.
Type: SoftLayer_Product_Package

Count