Uses of Class
com.microsoft.store.partnercenter.models.servicecosts.ServiceCostsSummary
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.customers.servicecosts | |
| com.microsoft.store.partnercenter.models.servicecosts |
-
Uses of ServiceCostsSummary in com.microsoft.store.partnercenter.customers.servicecosts
Methods in com.microsoft.store.partnercenter.customers.servicecosts that return ServiceCostsSummary Modifier and Type Method Description ServiceCostsSummaryIServiceCostSummary. get()Retrieves the customer's service cost summary.ServiceCostsSummaryServiceCostSummaryOperations. get()Retrieves a customer's service cost line items. -
Uses of ServiceCostsSummary in com.microsoft.store.partnercenter.models.servicecosts
Methods in com.microsoft.store.partnercenter.models.servicecosts that return types with arguments of type ServiceCostsSummary Modifier and Type Method Description List<ServiceCostsSummary>ServiceCostsSummary. getDetails()Gets the service costs summary details.Method parameters in com.microsoft.store.partnercenter.models.servicecosts with type arguments of type ServiceCostsSummary Modifier and Type Method Description voidServiceCostsSummary. setDetails(List<ServiceCostsSummary> value)Sets the service costs summary details.