Package com.mypurecloud.sdk.v2.model
Class BillingCharge
java.lang.Object
com.mypurecloud.sdk.v2.model.BillingCharge
- All Implemented Interfaces:
Serializable
BillingCharge
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactualQuantity(Integer actualQuantity) The actual quantity of usage.booleanfairuseQuantity(Integer fairuseQuantity) The quantity of usage allowed under fair use policies.getId()inthashCode()organizations(List<NamedEntity> organizations) List of plans within the organization.overageCharge(BigDecimal overageCharge) The total charge for overage usage.overageCurrency(String overageCurrency) The currency in which the overage charge is billed.overageQuantity(Integer overageQuantity) The quantity of usage that exceeds prepaid or fair use limits.overageRate(BigDecimal overageRate) The rate charged per unit of overage.prepaidQuantity(Integer prepaidQuantity) The quantity of usage that is prepaid.product(BillingProduct product) Represents the details of a product.voidsetActualQuantity(Integer actualQuantity) voidsetFairuseQuantity(Integer fairuseQuantity) voidsetOrganizations(List<NamedEntity> organizations) voidsetOverageCharge(BigDecimal overageCharge) voidsetOverageCurrency(String overageCurrency) voidsetOverageQuantity(Integer overageQuantity) voidsetOverageRate(BigDecimal overageRate) voidsetPrepaidQuantity(Integer prepaidQuantity) voidsetProduct(BillingProduct product) toString()
-
Constructor Details
-
BillingCharge
public BillingCharge() -
BillingCharge
-
-
Method Details
-
getId
-
product
Represents the details of a product. -
getProduct
-
setProduct
-
organizations
List of plans within the organization. -
getOrganizations
-
setOrganizations
-
prepaidQuantity
The quantity of usage that is prepaid. -
getPrepaidQuantity
-
setPrepaidQuantity
-
fairuseQuantity
The quantity of usage allowed under fair use policies. -
getFairuseQuantity
-
setFairuseQuantity
-
actualQuantity
The actual quantity of usage. -
getActualQuantity
-
setActualQuantity
-
overageQuantity
The quantity of usage that exceeds prepaid or fair use limits. -
getOverageQuantity
-
setOverageQuantity
-
overageRate
The rate charged per unit of overage. -
getOverageRate
-
setOverageRate
-
overageCharge
The total charge for overage usage. -
getOverageCharge
-
setOverageCharge
-
overageCurrency
The currency in which the overage charge is billed. -
getOverageCurrency
-
setOverageCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-