Uses of Class
com.mypurecloud.sdk.v2.api.request.GetBillingReportsBillableusageRequest
Packages that use GetBillingReportsBillableusageRequest
-
Uses of GetBillingReportsBillableusageRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetBillingReportsBillableusageRequestModifier and TypeMethodDescriptionBillingApi.getBillingReportsBillableusage(GetBillingReportsBillableusageRequest request) Get a report of the billable license usages Report is of the billable usages (e.g. licenses and devices utilized) for a given period.BillingApiAsync.getBillingReportsBillableusageAsync(GetBillingReportsBillableusageRequest request, AsyncApiCallback<BillingUsageReport> callback) Get a report of the billable license usages Report is of the billable usages (e.g. licenses and devices utilized) for a given period. -
Uses of GetBillingReportsBillableusageRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetBillingReportsBillableusageRequestModifier and TypeMethodDescriptionGetBillingReportsBillableusageRequest.Builder.build()GetBillingReportsBillableusageRequest.withCustomHeader(String name, String value) GetBillingReportsBillableusageRequest.withEndDate(Date endDate) GetBillingReportsBillableusageRequest.withStartDate(Date startDate)