SoftLayer_Product_Item_Category


SoftLayer_Product_Item_Category

Description

The SoftLayer_Product_Item_Category data type contains general category information for prices.

Local


categoryCode

The code used to identify this category.
Type: string


id

identifier for category.
Type: int


name

The friendly, descriptive name of the category as seen on the order forms and on invoices.
Type: string


quantityLimit

Quantity that can be ordered. If 0, it will inherit the quantity from the server quantity ordered. Otherwise it can be specified with the order separately
Type: int


sortOrder

The sort order of the category. It may be used to affect the order in which the category may appear in lists (on order forms and invoices).
Type: int

Relational


billingItems

The billing items associated with an account that share a category code with an item category’s category code.
Type: SoftLayer_Billing_Item[]


group

This invoice item’s “item category group”.
Type: SoftLayer_Product_Item_Category_Group


groups

A collection of service offering category groups. Each group contains a collection of items associated with this category.
Type: SoftLayer_Product_Package_Item_Category_Group[]


orderOptions

Any unique options associated with an item category.
Type: SoftLayer_Product_Item_Category_Order_Option_Type[]


packageConfigurations

A list of configuration available in this category.'
Type: SoftLayer_Product_Package_Order_Configuration[]


presetConfigurations

A list of preset configurations this category is used in.'
Type: SoftLayer_Product_Package_Preset_Configuration[]


questionReferences

The question references that are associated with an item category.
Type: SoftLayer_Product_Item_Category_Question_Xref[]


questions

The questions that are associated with an item category.
Type: SoftLayer_Product_Item_Category_Question[]

Count


billingItemCount

A count of the billing items associated with an account that share a category code with an item category’s category code.
Type: unsignedLong


groupCount

A count of a collection of service offering category groups. Each group contains a collection of items associated with this category.
Type: unsignedLong


orderOptionCount

A count of any unique options associated with an item category.
Type: unsignedLong


packageConfigurationCount

A count of a list of configuration available in this category.'
Type: unsignedLong


presetConfigurationCount

A count of a list of preset configurations this category is used in.'
Type: unsignedLong


questionCount

A count of the questions that are associated with an item category.
Type: unsignedLong


questionReferenceCount

A count of the question references that are associated with an item category.
Type: unsignedLong