Items with tag softlayer_billing_order_item

    python

    • Provision Times
      Generates a report of how long servers took to provision
    • Get bills by user
      Goes through the upcoming invoice, collects billing items by their user, and prints out the results along with a sum of costs

    reference

    • getBillingItem
      The SoftLayer_Billing_Item tied to the order item.
    • getBundledItems
      The other items included with an ordered item.
    • getCategory
      The item category tied to an order item.
    • getChildren
      The child order items for an order item. All server order items should have children. These children are considered a part of the server.
    • getGlobalIdentifier
      A hardware's universally unique identifier.
    • getHardwareGenericComponent
      The component type tied to an order item. All hardware-specific items should have a generic hardware component.
    • getItem
      The SoftLayer_Product_Item tied to an order item. The item is the actual definition of the product being sold.
    • getItemCategoryAnswers
      This is an item's category answers.
    • getItemPrice
      The SoftLayer_Product_Item_Price tied to an order item. The item price object describes the cost of an item.
    • getLocation
      The location of an ordered item. This is usually the same as the server it is being ordered with. Otherwise it describes the location of the additional service being ordered.
    • getNextOrderChildren
    • getObject
      getObject retrieves the SoftLayer_Billing_Item object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Billing_Item service. You can only retrieve billing items tied to the account that your portal user is assigned to. Billing items are an account's items of billable items. There are 'parent' billing items and 'child' billing items. The server billing item is generally referred to as a parent billing item. The items tied to a server, such as ram, harddrives, and operating systems are considered 'child' billing items.
    • getOldBillingItem
      This is only populated when an upgrade order is placed. The old billing item represents what the billing was before the upgrade happened.
    • getOrder
      The order to which this item belongs. The order contains all the information related to the items included in an order
    • getOrderApprovalDate
    • getPackage
      The SoftLayer_Product_Package an order item is a part of.
    • getParent
      The parent order item ID for an item. Items that are associated with a server will have a parent. The parent will be the server item itself.
    • getPreset
      The SoftLayer_Product_Package_Preset related to this order item.
    • getPromoCode
    • getRedundantPowerSupplyCount
      A count of power supplies contained within this SoftLayer_Billing_Order
    • getSoftwareDescription
      For ordered items that are software items, a full description of that software can be found with this property.
    • getStorageGroups
      The drive storage groups that are attached to this billing order item.
    • getTotalRecurringAmount
      The recurring fee of an ordered item. This amount represents the fees that will be charged on a recurring (usually monthly) basis.
    • getUpgradeItem
      The next SoftLayer_Product_Item in the upgrade path for this order item.
    • SoftLayer_Billing_Order_Item
      Every individual item that a SoftLayer customer is billed for is recorded in the SoftLayer_Billing_Item data type. Billing items range from server chassis to hard drives to control panels, bandwidth quota upgrades and port upgrade charges. SoftLayer [SoftLayer_Billing_Invoice](/reference/datatypes/SoftLayer_Billing_Invoice) are generated from the cost of a customer's billing items. Billing items are copied from the product catalog as they're ordered by customers to create a reference between an account and the billable items they own. Billing items exist in a tree relationship. Items are associated with each other by parent/child relationships. Component items such as CPU's, RAM, and software each have a parent billing item for the server chassis they're associated with. Billing Items with a null parent item do not have an associated parent item.
    • SoftLayer_Billing_Order_Item
      The SoftLayer_Billing_Order_Item datatype provides information regarding a single ordered item. When a server order or any other order is placed, the information about that order is stored as SoftLayer_Billing_Order_items. This also provides information about software or hardware related to an ordered item,what package the item is in, and all pricing information related to this ordered item.