SoftLayer_Billing_Item_Association_History


SoftLayer_Billing_Item_Association_History

Description

The SoftLayer_Billing_Item_Association_History type keeps a record of which server billing items an “orphan” item has been associated with. Orphan billing items are billable items for secondary portable services (such as secondary subnets and StorageLayer accounts) that are not associated with a server and appear at the bottom of a SoftLayer invoice. The SoftLayer_Billing_Item::setAssociationId method allows you to associate these kinds of items with servers, making them appear as a child item of the server on your invoice. A SoftLayer_Billing_Item_Association_History record is created every time one of these associations are set.

Local


associatedBillingItemId

The internal identifier of the server billing item that an orphaned billing item was associated with.
Type: int


billingItemId

The internal identifier of the billing item that was associated with a server billing item.
Type: int


createDate

The date that a billing item association was last changed.
Type: dateTime


id

A billing item association history’s internal identifier.
Type: int

Relational


associatedBillingItem

The server billing item that an orphaned billing item was associated with.
Type: SoftLayer_Billing_Item


billingItem

The billing item that was associated with a server billing item.
Type: SoftLayer_Billing_Item

Count