Class AddTransactionLineModel

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

public class AddTransactionLineModel extends Object
Model to add specific lines to exising transaction
  • Constructor Details

    • AddTransactionLineModel

      public AddTransactionLineModel()
  • 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<LineItemModel> getLines()
      Getter for lines List of lines to be added
    • setLines

      public void setLines(ArrayList<LineItemModel> value)
      Setter for lines List of lines to be added
    • getRenumber

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

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

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