Class ServiceCostsCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.customers.servicecosts.ServiceCostsCollectionOperations
- All Implemented Interfaces:
IServiceCostsCollection,IPartnerComponent<Tuple<String,String>>
public class ServiceCostsCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IServiceCostsCollection
Holds customer service costs behavior.
-
Constructor Summary
Constructors Constructor Description ServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId, ServiceCostsBillingPeriod billingPeriod)Initializes a new instance of the ServiceCostsCollectionOperations class. -
Method Summary
Modifier and Type Method Description IServiceCostLineItemsCollectiongetLineItems()Gets the customer's service cost line items.IServiceCostSummarygetSummary()Gets the customer's service cost summary.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
ServiceCostsCollectionOperations
public ServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId, ServiceCostsBillingPeriod billingPeriod)Initializes a new instance of the ServiceCostsCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- Identifier for the customer.billingPeriod- The service cost billing period.
-
-
Method Details
-
getLineItems
Gets the customer's service cost line items.- Specified by:
getLineItemsin interfaceIServiceCostsCollection- Returns:
- The customer's service cost line items.
-
getSummary
Gets the customer's service cost summary.- Specified by:
getSummaryin interfaceIServiceCostsCollection- Returns:
- The customer's service cost summary.
-