java.lang.Object
de.hybris.platform.sap.saprevenuecloudorder.pojo.subscription.v1.CancellationResponse
All Implemented Interfaces:
Serializable

public class CancellationResponse extends Object implements Serializable
See Also:
  • Constructor Details

    • CancellationResponse

      public CancellationResponse()
  • Method Details

    • setMetadata

      public void setMetadata(Metadata metadata)
    • getMetadata

      public Metadata getMetadata()
    • setRequestedCancellationDate

      public void setRequestedCancellationDate(String requestedCancellationDate)
    • getRequestedCancellationDate

      public String getRequestedCancellationDate()
    • setCancellationReason

      public void setCancellationReason(String cancellationReason)
    • getCancellationReason

      public String getCancellationReason()
    • setChangedAt

      public void setChangedAt(Date changedAt)
    • getChangedAt

      public Date getChangedAt()
    • setChangedBy

      public void setChangedBy(String changedBy)
    • getChangedBy

      public String getChangedBy()
    • setOverruleTerms

      public void setOverruleTerms(Boolean overruleTerms)
    • getOverruleTerms

      public Boolean getOverruleTerms()