IServiceCostsCollection Interface
Implements
public interface IServiceCostsCollection extends IPartnerComponent<Tuple<String,String>>
Holds the operations related to a customer's service costs.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
IService |
getLineItems()
Gets the customer's service cost line items. |
|
abstract
IService |
getSummary()
Gets the customer's service cost summary. |
Method Details
getLineItems
public abstract IServiceCostLineItemsCollection getLineItems()
Gets the customer's service cost line items.
Returns:
getSummary
public abstract IServiceCostSummary getSummary()
Gets the customer's service cost summary.
Returns: