SoftLayer Billing Order Type
From SoftLayer Development Network Wiki
Contents |
Overview
The SoftLayer_Billing_Oder_Type data type contains general information relating to all the different types of orders that exist. This data pertains only to where an order was generated from, from any of the SoftLayer websites with ordering interfaces or directly through the SoftLayer API.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
description
A brief description of where a SoftLayer order originated from.
- Type: string
- Length: 200 characters
id
A SoftLayer order type's internal identifier.
- Type: integer
- Length: 22 digits
type
A simple keyname stating where a SoftLayer order originated from.
- Type: string
- Length: 25 characters

