ServiceCostSummaryOperations Class

Implements

public class ServiceCostSummaryOperations extends BasePartnerComponent<Tuple<String,String>> implements IServiceCostSummary

This class implements the operations for a customer's service costs summary.

Constructor Summary

Constructor Description
ServiceCostSummaryOperations(IPartner rootPartnerOperations, Tuple<String,String> context)

Initializes a new instance of the ServiceCostSummaryOperations class.

Method Summary

Modifier and Type Method and Description
ServiceCostsSummary get()

Retrieves a customer's service cost line items.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ServiceCostSummaryOperations

public ServiceCostSummaryOperations(IPartner rootPartnerOperations, Tuple context)

Initializes a new instance of the ServiceCostSummaryOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
context - The context, including customer id and billing period..

Method Details

get

public ServiceCostsSummary get()

Retrieves a customer's service cost line items.

Returns:

The service cost line items.

Applies to