Interface IServiceCostSummary
- All Superinterfaces:
IEntityGetOperations<ServiceCostsSummary>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
ServiceCostSummaryOperations
public interface IServiceCostSummary extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<ServiceCostsSummary>
Holds the operations related to a customer's service costs.
-
Method Summary
Modifier and Type Method Description ServiceCostsSummaryget()Retrieves the customer's service cost summary.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ServiceCostsSummary get()Retrieves the customer's service cost summary.- Specified by:
getin interfaceIEntityGetOperations<ServiceCostsSummary>- Returns:
- The customer's service cost summary.
-