Class RemoveTransactionLineModel
java.lang.Object
net.avalara.avatax.rest.client.models.RemoveTransactionLineModel
Model to specify lines to be removed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyCode company codeGetter for documentType document typegetLines()Getter for lines List of line numbers to be removedGetter for renumber ption to renumber lines after removal.Getter for transactionCode document code for the transaction to add linesvoidsetCompanyCode(String value) Setter for companyCode company codevoidsetDocumentType(DocumentType value) Setter for documentType document typevoidSetter for lines List of line numbers to be removedvoidsetRenumber(Boolean value) Setter for renumber ption to renumber lines after removal.voidsetTransactionCode(String value) Setter for transactionCode document code for the transaction to add linestoString()Returns a JSON string representation of RemoveTransactionLineModel
-
Constructor Details
-
RemoveTransactionLineModel
public RemoveTransactionLineModel()
-
-
Method Details
-
getCompanyCode
Getter for companyCode company code -
setCompanyCode
Setter for companyCode company code -
getTransactionCode
Getter for transactionCode document code for the transaction to add lines -
setTransactionCode
Setter for transactionCode document code for the transaction to add lines -
getDocumentType
Getter for documentType document type -
setDocumentType
Setter for documentType document type -
getLines
Getter for lines List of line numbers to be removed -
setLines
Setter for lines List of line numbers to be removed -
getRenumber
Getter for renumber ption to renumber lines after removal. After renumber, the line number becomes: "1", "2", "3", ... -
setRenumber
Setter for renumber ption to renumber lines after removal. After renumber, the line number becomes: "1", "2", "3", ... -
toString
Returns a JSON string representation of RemoveTransactionLineModel
-