CustomerServiceCostsCollectionOperations Class

Implements

public class CustomerServiceCostsCollectionOperations extends BasePartnerComponentString implements ICustomerServiceCostsCollection

Holds customer service costs behavior.

Constructor Summary

Constructor Description
CustomerServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerServiceCostsCollectionOperations class.

Method Summary

Modifier and Type Method and Description
IServiceCostsCollection byBillingPeriod(ServiceCostsBillingPeriod billingPeriod)

Obtains the service cost operations by billing period.

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

CustomerServiceCostsCollectionOperations

public CustomerServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerServiceCostsCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.

Method Details

byBillingPeriod

public IServiceCostsCollection byBillingPeriod(ServiceCostsBillingPeriod billingPeriod)

Obtains the service cost operations by billing period.

Parameters:

billingPeriod - The billing period.

Returns:

The service cost operations.

Applies to