Generic BillableItem business object

The generic BillableItem business object represents a record or a transaction related to a service. This business object contains references to a related sales order and a billing account.

Business object structure

The generic BillableItem business object is a hierarchical business object. Each of its attributes is either a String, a Boolean, or a child business object.

BillableItem includes the following attributes:

Business object attributes
Name Type Key Cardinality
ObjectId String x  
AccountId String    
LineRef String    
Type String    
Quantity String    
Amount String    
AdjustStatus String    
AdjustReason String    
AdjustAmount String    
DateTime String    
UnitOfMeasurment String    
Currency String    
Recurring String    
Description String    
ParentRef BillingAccountRef   1
SalesOrderRef TelcoSalesOrderRef   1
ProcessContext ProcessContext   1

Supported verbs

The generic BillableItem business object supports the following verbs:

Examining the object

To examine a listing of the attributes of the generic BillableItem business object, use the System Manager.

Copyright IBM Corp. 2002, 2003