Class DeleteErrorTransactionResponseModel

java.lang.Object
net.avalara.avatax.rest.client.models.DeleteErrorTransactionResponseModel

public class DeleteErrorTransactionResponseModel extends Object
Response model of a single error transaction delete
  • Constructor Details

    • DeleteErrorTransactionResponseModel

      public DeleteErrorTransactionResponseModel()
  • Method Details

    • getResult

      Getter for result Result of the deletion
    • setResult

      public void setResult(AvataxDeleteErrorTransactionStatus value)
      Setter for result Result of the deletion
    • 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 String getDocumentCode()
      Getter for documentCode The internal reference code (used by the client application) of the error transaction
    • setDocumentCode

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

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