Class ErrorTransactionOutputModel

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

public class ErrorTransactionOutputModel extends Object
Error Transaction Model
  • Constructor Details

    • ErrorTransactionOutputModel

      public ErrorTransactionOutputModel()
  • Method Details

    • getErrorCode

      public String getErrorCode()
      Getter for errorCode Error code of the error result from transaction creation
    • setErrorCode

      public void setErrorCode(String value)
      Setter for errorCode Error code of the error result from transaction creation
    • getErrorMessage

      public String getErrorMessage()
      Getter for errorMessage Error message of the error result from transaction creation
    • setErrorMessage

      public void setErrorMessage(String value)
      Setter for errorMessage Error message of the error result from transaction creation
    • getAvataxErrorJson

      public String getAvataxErrorJson()
      Getter for avataxErrorJson The full JSON of the error result from transaction creation
    • setAvataxErrorJson

      public void setAvataxErrorJson(String value)
      Setter for avataxErrorJson The full JSON of the error result from transaction creation
    • getAvataxCreateTransactionJson

      public String getAvataxCreateTransactionJson()
      Getter for avataxCreateTransactionJson The full JSON of the transaction creation request
    • setAvataxCreateTransactionJson

      public void setAvataxCreateTransactionJson(String value)
      Setter for avataxCreateTransactionJson The full JSON of the transaction creation request
    • getDatasource

      public String getDatasource()
      Getter for datasource The datasource instance that made the transaction creation call
    • setDatasource

      public void setDatasource(String value)
      Setter for datasource The datasource instance that made the transaction creation call
    • getDocumentDate

      public Date getDocumentDate()
      Getter for documentDate The date of the document
    • setDocumentDate

      public void setDocumentDate(Date value)
      Setter for documentDate The date of the document
    • getExpiresAt

      public Date getExpiresAt()
      Getter for expiresAt The date that this ErrorTransaction will be automatically purged from the detabase.
    • setExpiresAt

      public void setExpiresAt(Date value)
      Setter for expiresAt The date that this ErrorTransaction will be automatically purged from the detabase.
    • getAmount

      public BigDecimal getAmount()
      Getter for amount The amount of the transaction.
    • setAmount

      public void setAmount(BigDecimal value)
      Setter for amount The amount of the transaction.
    • getDatasourceSource

      public String getDatasourceSource()
      Getter for datasourceSource The Datasource source of the transaction creation call.
    • setDatasourceSource

      public void setDatasourceSource(String value)
      Setter for datasourceSource The Datasource source of the transaction creation call.
    • getShipToCountry

      public String getShipToCountry()
      Getter for shipToCountry The country of the ship to address for the transaction creation call.
    • setShipToCountry

      public void setShipToCountry(String value)
      Setter for shipToCountry The country of the ship to address for the transaction creation call.
    • getShipToRegion

      public String getShipToRegion()
      Getter for shipToRegion The region of the ship to address for the transaction creation call.
    • setShipToRegion

      public void setShipToRegion(String value)
      Setter for shipToRegion The region of the ship to address for the transaction creation call.
    • 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 ErrorTransactionOutputModel
      Overrides:
      toString in class Object