ICustomerServiceCostsCollection Interface
Implements
public interface ICustomerServiceCostsCollection extends IPartnerComponentString
Holds customer service costs behavior.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
IService |
byBillingPeriod(ServiceCostsBillingPeriod billingPeriod)
Obtains the service cost operations by billing period. |
Method Details
byBillingPeriod
public abstract IServiceCostsCollection byBillingPeriod(ServiceCostsBillingPeriod billingPeriod)
Obtains the service cost operations by billing period.
Parameters:
billingPeriod
- The billing period.
Returns:
The service cost operations.