Uses of Class
com.mypurecloud.sdk.v2.model.BillingCharge
Packages that use BillingCharge
-
Uses of BillingCharge in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingChargeModifier and TypeMethodDescriptionBillingCharge.actualQuantity(Integer actualQuantity) The actual quantity of usage.BillingCharge.fairuseQuantity(Integer fairuseQuantity) The quantity of usage allowed under fair use policies.BillingCharge.organizations(List<NamedEntity> organizations) List of plans within the organization.BillingCharge.overageCharge(BigDecimal overageCharge) The total charge for overage usage.BillingCharge.overageCurrency(String overageCurrency) The currency in which the overage charge is billed.BillingCharge.overageQuantity(Integer overageQuantity) The quantity of usage that exceeds prepaid or fair use limits.BillingCharge.overageRate(BigDecimal overageRate) The rate charged per unit of overage.BillingCharge.prepaidQuantity(Integer prepaidQuantity) The quantity of usage that is prepaid.BillingCharge.product(BillingProduct product) Represents the details of a product.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BillingChargeMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BillingChargeModifier and TypeMethodDescriptionBillingContractPeriodDetail.charges(List<BillingCharge> charges) Represents usage metrics including prepaid, actual, and overage quantities along with associated charges.voidBillingContractPeriodDetail.setCharges(List<BillingCharge> charges)