CustomerUsageSummaryOperations Class

Implements

public class CustomerUsageSummaryOperations extends BasePartnerComponentString implements ICustomerUsageSummary

This class implements the operations for a customer's summary of usage-based subscriptions.

Constructor Summary

Constructor Description
CustomerUsageSummaryOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerUsageSummaryOperations class.

Method Summary

Modifier and Type Method and Description
CustomerUsageSummary get()

Gets the customer usage summary.

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

CustomerUsageSummaryOperations

public CustomerUsageSummaryOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerUsageSummaryOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.

Method Details

get

public CustomerUsageSummary get()

Gets the customer usage summary.

Returns:

The customer usage summary.

Applies to