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 linesvoid
setCompanyCode
(String value) Setter for companyCode company codevoid
setDocumentType
(DocumentType value) Setter for documentType document typevoid
Setter for lines List of line numbers to be removedvoid
setRenumber
(Boolean value) Setter for renumber ption to renumber lines after removal.void
setTransactionCode
(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
-