Uses of Class
com.mypurecloud.sdk.v2.model.BillingUsageReport
Packages that use BillingUsageReport
-
Uses of BillingUsageReport in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BillingUsageReportModifier 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.BillingApi.getBillingReportsBillableusage(Date startDate, Date endDate) Get a report of the billable license usages Report is of the billable usages (e.g. licenses and devices utilized) for a given period.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BillingUsageReportModifier and TypeMethodDescriptionBillingApi.getBillingReportsBillableusage(ApiRequest<Void> 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.BillingApiAsync.getBillingReportsBillableusageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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.BillingApi.getBillingReportsBillableusageWithHttpInfo(Date startDate, Date endDate) Get a report of the billable license usages Report is of the billable usages (e.g. licenses and devices utilized) for a given period.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BillingUsageReportModifier and TypeMethodDescriptionBillingApiAsync.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.BillingApiAsync.getBillingReportsBillableusageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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 BillingUsageReport in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingUsageReportModifier and TypeMethodDescriptionThe period end date.The period start date.BillingUsageReport.status(BillingUsageReport.StatusEnum status) Generation status of reportBillingUsageReport.usages(List<BillingUsage> usages) The usages for the given period.