Package com.mypurecloud.sdk.v2.model
Class SubscriptionOverviewUsage
java.lang.Object
com.mypurecloud.sdk.v2.model.SubscriptionOverviewUsage
- All Implemented Interfaces:
Serializable
SubscriptionOverviewUsage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbundleQuantity(String bundleQuantity) Quantity multiplier for this chargebooleangetName()UI grouping keyinthashCode()isCancellable(Boolean isCancellable) Indicates whether the item is cancellableisThirdParty(Boolean isThirdParty) A charge from a third party entityProduct charge nameoveragePrice(String overagePrice) Price for usage / overage chargepartNumber(String partNumber) Product part numberprepayPrice(String prepayPrice) Price for prepay chargeprepayQuantity(String prepayQuantity) Items prepaid for specified periodvoidsetBundleQuantity(String bundleQuantity) voidsetGrouping(String grouping) voidsetIsCancellable(Boolean isCancellable) voidsetIsThirdParty(Boolean isThirdParty) voidvoidsetOveragePrice(String overagePrice) voidsetPartNumber(String partNumber) voidsetPrepayPrice(String prepayPrice) voidsetPrepayQuantity(String prepayQuantity) voidsetUnitOfMeasureType(String unitOfMeasureType) voidsetUsageNotes(String usageNotes) voidsetUsageQuantity(String usageQuantity) toString()unitOfMeasureType(String unitOfMeasureType) UI unit of measureusageNotes(String usageNotes) Notes about the usage/charge itemusageQuantity(String usageQuantity) Usage count for specified period
-
Constructor Details
-
SubscriptionOverviewUsage
public SubscriptionOverviewUsage() -
SubscriptionOverviewUsage
-
-
Method Details
-
name
Product charge name -
getName
-
setName
-
partNumber
Product part number -
getPartNumber
-
setPartNumber
-
grouping
UI grouping key -
getGrouping
-
setGrouping
-
unitOfMeasureType
UI unit of measure -
getUnitOfMeasureType
-
setUnitOfMeasureType
-
usageQuantity
Usage count for specified period -
getUsageQuantity
-
setUsageQuantity
-
overagePrice
Price for usage / overage charge -
getOveragePrice
-
setOveragePrice
-
prepayQuantity
Items prepaid for specified period -
getPrepayQuantity
-
setPrepayQuantity
-
prepayPrice
Price for prepay charge -
getPrepayPrice
-
setPrepayPrice
-
usageNotes
Notes about the usage/charge item -
getUsageNotes
-
setUsageNotes
-
isCancellable
Indicates whether the item is cancellable -
getIsCancellable
-
setIsCancellable
-
bundleQuantity
Quantity multiplier for this charge -
getBundleQuantity
-
setBundleQuantity
-
isThirdParty
A charge from a third party entity -
getIsThirdParty
-
setIsThirdParty
-
equals
-
hashCode
public int hashCode() -
toString
-