Uses of Class
com.mypurecloud.sdk.v2.model.BillingUsage
Packages that use BillingUsage
-
Uses of BillingUsage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingUsageModifier and TypeMethodDescriptionIdentifies the billable usage.BillingUsage.resources(List<BillingUsageResource> resources) The resources for which usage was observed (e.g. license users, devices).BillingUsage.totalUsage(String totalUsage) The total amount of usage, expressed as a decimal number in string format.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BillingUsageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BillingUsageModifier and TypeMethodDescriptionvoidBillingUsageReport.setUsages(List<BillingUsage> usages) BillingUsageReport.usages(List<BillingUsage> usages) The usages for the given period.