Class ErrorTransactionModelBase

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

public class ErrorTransactionModelBase
extends java.lang.Object
Base model class for single error transaction delete request
  • Constructor Summary

    Constructors 
    Constructor Description
    ErrorTransactionModelBase()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDocumentCode()
    Getter for documentCode The internal reference code (used by the client application) of the error transaction
    DocumentType getDocumentType()
    Getter for documentType Type of transaction of the error transaction
    void setDocumentCode​(java.lang.String value)
    Setter for documentCode The internal reference code (used by the client application) of the error transaction
    void setDocumentType​(DocumentType value)
    Setter for documentType Type of transaction of the error transaction
    java.lang.String toString()
    Returns a JSON string representation of ErrorTransactionModelBase

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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 ErrorTransactionModelBase
      Overrides:
      toString in class java.lang.Object