Class CostCenterUploadErrorModel
java.lang.Object
net.avalara.avatax.rest.client.models.CostCenterUploadErrorModel
Represents a costCenter upload error model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for costCenterCode Cost Center nameGetter for errors List of errors for against given costCenter nameGetter for rowIndex Row index of a costCentervoid
setCostCenterCode
(String value) Setter for costCenterCode Cost Center namevoid
Setter for errors List of errors for against given costCenter namevoid
setRowIndex
(Integer value) Setter for rowIndex Row index of a costCentertoString()
Returns a JSON string representation of CostCenterUploadErrorModel
-
Constructor Details
-
CostCenterUploadErrorModel
public CostCenterUploadErrorModel()
-
-
Method Details
-
getRowIndex
Getter for rowIndex Row index of a costCenter -
setRowIndex
Setter for rowIndex Row index of a costCenter -
getCostCenterCode
Getter for costCenterCode Cost Center name -
setCostCenterCode
Setter for costCenterCode Cost Center name -
getErrors
Getter for errors List of errors for against given costCenter name -
setErrors
Setter for errors List of errors for against given costCenter name -
toString
Returns a JSON string representation of CostCenterUploadErrorModel
-