ServiceCostsCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. customers. servicecosts. ServiceCostsCollectionOperations
- com.
- com.
Implements
public class ServiceCostsCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IServiceCostsCollection
Holds customer service costs behavior.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId, ServiceCostsBillingPeriod billingPeriod) |
Initializes a new instance of the Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
IService |
getLineItems()
Gets the customer's service cost line items. |
|
IService |
getSummary()
Gets the customer's service cost summary. |
Inherited Members
Constructor Details
ServiceCostsCollectionOperations
public ServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId, ServiceCostsBillingPeriod billingPeriod)
Initializes a new instance of the ServiceCostsCollectionOperations class.
Parameters:
Method Details
getLineItems
public IServiceCostLineItemsCollection getLineItems()
Gets the customer's service cost line items.
Returns:
getSummary
public IServiceCostSummary getSummary()
Gets the customer's service cost summary.
Returns: