Class RemoveTransactionLineModel

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

public class RemoveTransactionLineModel extends Object
Model to specify lines to be removed
  • Constructor Details

    • RemoveTransactionLineModel

      public RemoveTransactionLineModel()
  • Method Details

    • getCompanyCode

      public String getCompanyCode()
      Getter for companyCode company code
    • setCompanyCode

      public void setCompanyCode(String value)
      Setter for companyCode company code
    • getTransactionCode

      public String getTransactionCode()
      Getter for transactionCode document code for the transaction to add lines
    • setTransactionCode

      public void setTransactionCode(String value)
      Setter for transactionCode document code for the transaction to add lines
    • getDocumentType

      public DocumentType getDocumentType()
      Getter for documentType document type
    • setDocumentType

      public void setDocumentType(DocumentType value)
      Setter for documentType document type
    • getLines

      public ArrayList<String> getLines()
      Getter for lines List of line numbers to be removed
    • setLines

      public void setLines(ArrayList<String> value)
      Setter for lines List of line numbers to be removed
    • getRenumber

      public Boolean getRenumber()
      Getter for renumber ption to renumber lines after removal. After renumber, the line number becomes: "1", "2", "3", ...
    • setRenumber

      public void setRenumber(Boolean value)
      Setter for renumber ption to renumber lines after removal. After renumber, the line number becomes: "1", "2", "3", ...
    • toString

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