Class GLAccountUploadErrorModel
java.lang.Object
net.avalara.avatax.rest.client.models.GLAccountUploadErrorModel
Represents a GL account upload error model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for errors List of errors for against given GL account codeGetter for glAccountCode GL Account codeGetter for rowIndex Row index of a GL accountvoidSetter for errors List of errors for against given GL account codevoidsetGlAccountCode(String value) Setter for glAccountCode GL Account codevoidsetRowIndex(Integer value) Setter for rowIndex Row index of a GL accounttoString()Returns a JSON string representation of GLAccountUploadErrorModel
-
Constructor Details
-
GLAccountUploadErrorModel
public GLAccountUploadErrorModel()
-
-
Method Details
-
getRowIndex
Getter for rowIndex Row index of a GL account -
setRowIndex
Setter for rowIndex Row index of a GL account -
getGlAccountCode
Getter for glAccountCode GL Account code -
setGlAccountCode
Setter for glAccountCode GL Account code -
getErrors
Getter for errors List of errors for against given GL account code -
setErrors
Setter for errors List of errors for against given GL account code -
toString
Returns a JSON string representation of GLAccountUploadErrorModel
-