Class DeleteErrorTransactionResponseModel


  • public class DeleteErrorTransactionResponseModel
    extends java.lang.Object
    Response model of a single error transaction delete
    • Constructor Detail

      • DeleteErrorTransactionResponseModel

        public DeleteErrorTransactionResponseModel()
    • Method Detail

      • getDocumentType

        public DocumentType getDocumentType()
        Getter for documentType Type of transaction of the error transaction
      • setDocumentType

        public void setDocumentType​(DocumentType value)
        Setter for documentType Type of transaction of the error transaction
      • getDocumentCode

        public java.lang.String getDocumentCode()
        Getter for documentCode The internal reference code (used by the client application) of the error transaction
      • setDocumentCode

        public void setDocumentCode​(java.lang.String value)
        Setter for documentCode The internal reference code (used by the client application) of the error transaction
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of DeleteErrorTransactionResponseModel
        Overrides:
        toString in class java.lang.Object