SoftLayer_Billing_Invoice_Item


SoftLayer_Billing_Invoice_Item

Description

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.

Methods

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.

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

Retrieve a SoftLayer_Billing_Invoice_Item record.

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.