Class RemoveTransactionLineModel

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

public class RemoveTransactionLineModel
extends java.lang.Object
Model to specify lines to be removed
  • Constructor Summary

    Constructors 
    Constructor Description
    RemoveTransactionLineModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCompanyCode()
    Getter for companyCode company code
    DocumentType getDocumentType()
    Getter for documentType document type
    java.util.ArrayList<java.lang.String> getLines()
    Getter for lines List of line numbers to be removed
    java.lang.Boolean getRenumber()
    Getter for renumber ption to renumber lines after removal.
    java.lang.String getTransactionCode()
    Getter for transactionCode document code for the transaction to add lines
    void setCompanyCode​(java.lang.String value)
    Setter for companyCode company code
    void setDocumentType​(DocumentType value)
    Setter for documentType document type
    void setLines​(java.util.ArrayList<java.lang.String> value)
    Setter for lines List of line numbers to be removed
    void setRenumber​(java.lang.Boolean value)
    Setter for renumber ption to renumber lines after removal.
    void setTransactionCode​(java.lang.String value)
    Setter for transactionCode document code for the transaction to add lines
    java.lang.String toString()
    Returns a JSON string representation of RemoveTransactionLineModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getCompanyCode

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

      public void setCompanyCode​(java.lang.String value)
      Setter for companyCode company code
    • getTransactionCode

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

      public void setTransactionCode​(java.lang.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 java.util.ArrayList<java.lang.String> getLines()
      Getter for lines List of line numbers to be removed
    • setLines

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

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

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

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