Class ErrorTransactionModelBase

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

public class ErrorTransactionModelBase extends Object
Base model class for single error transaction delete request
  • Constructor Details

    • ErrorTransactionModelBase

      public ErrorTransactionModelBase()
  • 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 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 ErrorTransactionModelBase
      Overrides:
      toString in class Object