Interface IServiceCostsCollection
- All Superinterfaces:
IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
ServiceCostsCollectionOperations
public interface IServiceCostsCollection extends IPartnerComponent<Tuple<String,String>>
Holds the operations related to a customer's service costs.
-
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 interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getLineItems
IServiceCostLineItemsCollection getLineItems()Gets the customer's service cost line items.- Returns:
- The customer's service cost line items.
-
getSummary
IServiceCostSummary getSummary()Gets the customer's service cost summary.- Returns:
- The customer's service cost summary.
-