SoftLayer_Product_Package_Order_Step


SoftLayer_Product_Package_Order_Step

Description

Each package has at least 1 step to the ordering process. For server orders, there are many. Each step has certain item categories which are displayed. This type describes the steps for each package.

Local


id

The unique identifier for this object. It is not used anywhere but in this object.
Type: int


step

The number of the step in the order process for this package. These are sequential and only needed for step-based ordering.
Type: string

Relational


inclusivePreviousSteps

The next steps in the ordering process for the package tied to this object, including this step.
Type: SoftLayer_Product_Package_Order_Step_Next[]


nextSteps

The next steps in the ordering process for the package tied to this object.
Type: SoftLayer_Product_Package_Order_Step_Next[]


previousSteps

The item to which this object belongs.
Type: SoftLayer_Product_Package_Order_Step_Next[]

Count


inclusivePreviousStepCount

A count of the next steps in the ordering process for the package tied to this object, including this step.
Type: unsignedLong


nextStepCount

A count of the next steps in the ordering process for the package tied to this object.
Type: unsignedLong


previousStepCount

A count of the item to which this object belongs.
Type: unsignedLong