Class CancelInstallment
java.lang.Object
com.oracle.communications.brm.cc.model.CancelInstallment
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="createdAt" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="completedAt" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="customerRef" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="installmentRef" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="error" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The completion date and time of the operation.protected String
The date of creation.protected String
The customer reference.protected String
The error message for any details or corrective actions.protected String
The unique resource URL, used for getting the object.protected String
The ID of the installment schedule to cancel.protected String
The installment schedule reference.protected String
Notes about the cancellation.protected String
The reason for cancellation.protected String
The status of the installment schedule cancelation.
Allowed Values: COMPLETED, FAILED, PENDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe completion date and time of the operation.The date of creation.The customer reference.getError()
The error message for any details or corrective actions.getHref()
The unique resource URL, used for getting the object.getId()
The ID of the installment schedule to cancel.The installment schedule reference.getNotes()
Notes about the cancellation.The reason for cancellation.The status of the installment schedule cancelation.
Allowed Values: COMPLETED, FAILED, PENDINGvoid
setCompletedAt
(String value) Sets the value of the completedAt property.void
setCreatedAt
(String value) Sets the value of the createdAt property.void
setCustomerRef
(String value) Sets the value of the customerRef property.void
Sets the value of the error property.void
Sets the value of the href property.void
Sets the value of the id property.void
setInstallmentRef
(String value) Sets the value of the installmentRef property.void
Sets the value of the notes property.void
Sets the value of the reason property.void
Sets the value of the status property.
-
Field Details
-
id
The ID of the installment schedule to cancel. -
href
The unique resource URL, used for getting the object. -
createdAt
The date of creation. -
completedAt
The completion date and time of the operation. -
status
The status of the installment schedule cancelation.
Allowed Values: COMPLETED, FAILED, PENDING -
customerRef
The customer reference. -
installmentRef
The installment schedule reference. -
reason
The reason for cancellation. -
notes
Notes about the cancellation. -
error
The error message for any details or corrective actions.
-
-
Constructor Details
-
CancelInstallment
public CancelInstallment()
-
-
Method Details
-
getId
The ID of the installment schedule to cancel.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- See Also:
-
getHref
The unique resource URL, used for getting the object.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value
- allowed object isString
- See Also:
-
getCreatedAt
The date of creation.- Returns:
- possible object is
String
-
setCreatedAt
Sets the value of the createdAt property.- Parameters:
value
- allowed object isString
- See Also:
-
getCompletedAt
The completion date and time of the operation.- Returns:
- possible object is
String
-
setCompletedAt
Sets the value of the completedAt property.- Parameters:
value
- allowed object isString
- See Also:
-
getStatus
The status of the installment schedule cancelation.
Allowed Values: COMPLETED, FAILED, PENDING- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
- See Also:
-
getCustomerRef
The customer reference.- Returns:
- possible object is
String
-
setCustomerRef
Sets the value of the customerRef property.- Parameters:
value
- allowed object isString
- See Also:
-
getInstallmentRef
The installment schedule reference.- Returns:
- possible object is
String
-
setInstallmentRef
Sets the value of the installmentRef property.- Parameters:
value
- allowed object isString
- See Also:
-
getReason
The reason for cancellation.- Returns:
- possible object is
String
-
setReason
Sets the value of the reason property.- Parameters:
value
- allowed object isString
- See Also:
-
getNotes
Notes about the cancellation.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value
- allowed object isString
- See Also:
-
getError
The error message for any details or corrective actions.- Returns:
- possible object is
String
-
setError
Sets the value of the error property.- Parameters:
value
- allowed object isString
- See Also:
-