IServiceCostsCollection Interface

Implements

IPartnerComponent<Tuple<java.lang.String,java.lang.String>>

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 IServiceCostLineItemsCollection getLineItems()

Gets the customer's service cost line items.

abstract IServiceCostSummary getSummary()

Gets the customer's service cost summary.

Method Details

getLineItems

public abstract IServiceCostLineItemsCollection getLineItems()

Gets the customer's service cost line items.

Returns:

The customer's service cost line items.

getSummary

public abstract IServiceCostSummary getSummary()

Gets the customer's service cost summary.

Returns:

The customer's service cost summary.

Applies to