-
getAssociatedChildren
An Invoice Item's associated child invoice items. Only parent invoice items have associated children. For instance, a server invoice item may have associated children.
-
getAssociatedInvoiceItem
An Invoice Item's associated invoice item. If this is populated, it means this is an orphaned invoice item, but logically belongs to the associated invoice item.
-
getBillingItem
An Invoice Item's billing item, from which this item was generated.
-
getCategory
This invoice item's 'item category'.
-
getChildren
An Invoice Item's child invoice items. Only parent invoice items have children. For instance, a server invoice item will have children.
-
getDiscountingInvoiceItemId
The invoice item ID from which the discount is derived.
-
getDPart
This is the DPart for invoice item.
-
getFilteredAssociatedChildren
An Invoice Item's associated child invoice items, excluding some items with a $0.00 recurring fee. Only parent invoice items have associated children. For instance, a server invoice item may have associated children.
-
getHourlyFlag
Indicating whether this invoice item is billed on an hourly basis.
-
getInvoice
The invoice to which this item belongs.
-
getLocation
An invoice item's location, if one exists.'
-
getNonZeroAssociatedChildren
An Invoice Item's associated child invoice items, excluding ALL items with a $0.00 recurring fee. Only parent invoice items have associated children. For instance, a server invoice item may have associated children.
-
getObject
getObject retrieves the SoftLayer_Billing_Invoice_Item object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Billing_Invoice_Item service. You can only retrieve the items tied to the account that your portal user is assigned to.
-
getParent
Every item tied to a server should have a parent invoice item which is the server line item. This is how we associate items to a server.
-
getProduct
The entry in the product catalog that a invoice item is based upon.
-
getTopLevelProductGroupName
A string representing the name of parent level product group of an invoice item.
-
getTotalOneTimeAmount
An invoice Item's total, including any child invoice items if they exist.
-
getTotalOneTimeTaxAmount
An invoice Item's total, including any child invoice items if they exist.
-
getTotalRecurringAmount
An invoice Item's total, including any child invoice items if they exist.
-
getTotalRecurringTaxAmount
A Billing Item's total, including any child billing items if they exist.'
-
getUsageChargeFlag
Indicating whether this invoice item is for the usage charge.
-
SoftLayer_Billing_Invoice_Item
Each billing invoice item makes up a record within an invoice. This provides you with a detailed record of everything related to an invoice item. When you are billed, our system takes active billing items and creates an invoice. These invoice items are a copy of your active billing items, and make up the contents of your invoice.
-
SoftLayer_Billing_Invoice_Item
Every invoice item is defined in the SoftLayer_Billing_Invoice_Item service. Softlayer billing invoice items have details about the items that reside within an invoice. These items detail, for instance, the recurring and one time charges for each item billed.