Package com.mypurecloud.sdk.v2.model
Class BillingContractPeriod
java.lang.Object
com.mypurecloud.sdk.v2.model.BillingContractPeriod
- All Implemented Interfaces:
Serializable
BillingContractPeriod
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of address. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe date when the Billing Period starts.The date when the Billing Period starts.booleangetId()inthashCode()voidsetDateEnd(LocalDate dateEnd) voidsetDateStart(LocalDate dateStart) voidThe type of address.toString()
-
Constructor Details
-
BillingContractPeriod
public BillingContractPeriod() -
BillingContractPeriod
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-