Class GLAccountUploadErrorModel

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

public class GLAccountUploadErrorModel extends Object
Represents a GL account upload error model
  • Constructor Details

    • GLAccountUploadErrorModel

      public GLAccountUploadErrorModel()
  • Method Details

    • getRowIndex

      public Integer getRowIndex()
      Getter for rowIndex Row index of a GL account
    • setRowIndex

      public void setRowIndex(Integer value)
      Setter for rowIndex Row index of a GL account
    • getGlAccountCode

      public String getGlAccountCode()
      Getter for glAccountCode GL Account code
    • setGlAccountCode

      public void setGlAccountCode(String value)
      Setter for glAccountCode GL Account code
    • getErrors

      public ArrayList<String> getErrors()
      Getter for errors List of errors for against given GL account code
    • setErrors

      public void setErrors(ArrayList<String> value)
      Setter for errors List of errors for against given GL account code
    • toString

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