Package com.mypurecloud.sdk.v2.model
Class BillingContractPeriodDetail
java.lang.Object
com.mypurecloud.sdk.v2.model.BillingContractPeriodDetail
- All Implemented Interfaces:
Serializable
BillingContractPeriodDetail
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of address. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharges(List<BillingCharge> charges) Represents usage metrics including prepaid, actual, and overage quantities along with associated charges.The date when the Billing Period starts.The date when the Billing Period starts.booleangetId()inthashCode()voidsetCharges(List<BillingCharge> charges) voidsetDateEnd(LocalDate dateEnd) voidsetDateStart(LocalDate dateStart) voidvoidsetWallets(List<BillingWallet> wallets) The type of address.toString()wallets(List<BillingWallet> wallets) Represents usage metrics including prepaid, actual, and overage quantities along with associated charges.
-
Constructor Details
-
BillingContractPeriodDetail
public BillingContractPeriodDetail() -
BillingContractPeriodDetail
-
-
Method Details
-
getId
-
dateStart
The date when the Billing Period starts. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStart
-
setDateStart
-
dateEnd
The date when the Billing Period starts. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEnd
-
setDateEnd
-
status
The type of address. -
getStatus
-
setStatus
-
charges
Represents usage metrics including prepaid, actual, and overage quantities along with associated charges. -
getCharges
-
setCharges
-
wallets
Represents usage metrics including prepaid, actual, and overage quantities along with associated charges. -
getWallets
-
setWallets
-
equals
-
hashCode
public int hashCode() -
toString
-