Class CancelInstallment

java.lang.Object
com.oracle.communications.brm.cc.model.CancelInstallment
All Implemented Interfaces:
Serializable

public class CancelInstallment extends Object implements 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 Details

    • id

      protected String id
      The ID of the installment schedule to cancel.
    • href

      protected String href
      The unique resource URL, used for getting the object.
    • createdAt

      protected String createdAt
      The date of creation.
    • completedAt

      protected String completedAt
      The completion date and time of the operation.
    • status

      protected String status
      The status of the installment schedule cancelation.
      Allowed Values: COMPLETED, FAILED, PENDING
    • customerRef

      protected String customerRef
      The customer reference.
    • installmentRef

      protected String installmentRef
      The installment schedule reference.
    • reason

      protected String reason
      The reason for cancellation.
    • notes

      protected String notes
      Notes about the cancellation.
    • error

      protected String error
      The error message for any details or corrective actions.
  • Constructor Details

    • CancelInstallment

      public CancelInstallment()
  • Method Details

    • getId

      public String getId()
      The ID of the installment schedule to cancel.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also:
    • getHref

      public String getHref()
      The unique resource URL, used for getting the object.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCreatedAt

      public String getCreatedAt()
      The date of creation.
      Returns:
      possible object is String
    • setCreatedAt

      public void setCreatedAt(String value)
      Sets the value of the createdAt property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCompletedAt

      public String getCompletedAt()
      The completion date and time of the operation.
      Returns:
      possible object is String
    • setCompletedAt

      public void setCompletedAt(String value)
      Sets the value of the completedAt property.
      Parameters:
      value - allowed object is String
      See Also:
    • getStatus

      public String getStatus()
      The status of the installment schedule cancelation.
      Allowed Values: COMPLETED, FAILED, PENDING
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCustomerRef

      public String getCustomerRef()
      The customer reference.
      Returns:
      possible object is String
    • setCustomerRef

      public void setCustomerRef(String value)
      Sets the value of the customerRef property.
      Parameters:
      value - allowed object is String
      See Also:
    • getInstallmentRef

      public String getInstallmentRef()
      The installment schedule reference.
      Returns:
      possible object is String
    • setInstallmentRef

      public void setInstallmentRef(String value)
      Sets the value of the installmentRef property.
      Parameters:
      value - allowed object is String
      See Also:
    • getReason

      public String getReason()
      The reason for cancellation.
      Returns:
      possible object is String
    • setReason

      public void setReason(String value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is String
      See Also:
    • getNotes

      public String getNotes()
      Notes about the cancellation.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
      See Also:
    • getError

      public String getError()
      The error message for any details or corrective actions.
      Returns:
      possible object is String
    • setError

      public void setError(String value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is String
      See Also: