Interface ICustomerServiceCostsCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerServiceCostsCollectionOperations
public interface ICustomerServiceCostsCollection extends IPartnerComponentString
Holds customer service costs behavior.
-
Method Summary
Modifier and Type Method Description IServiceCostsCollectionbyBillingPeriod(ServiceCostsBillingPeriod billingPeriod)Obtains the service cost operations by billing period.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byBillingPeriod
Obtains the service cost operations by billing period.- Parameters:
billingPeriod- The billing period.- Returns:
- The service cost operations.
-