Class ApproveFilingsModel

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

public class ApproveFilingsModel
extends java.lang.Object
Approve a set of filings.
  • Constructor Summary

    Constructors 
    Constructor Description
    ApproveFilingsModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean getApprove()
    Getter for approve Set this value to true in order to approve the filings.
    void setApprove​(java.lang.Boolean value)
    Setter for approve Set this value to true in order to approve the filings.
    java.lang.String toString()
    Returns a JSON string representation of ApproveFilingsModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getApprove

      public java.lang.Boolean getApprove()
      Getter for approve Set this value to true in order to approve the filings.
    • setApprove

      public void setApprove​(java.lang.Boolean value)
      Setter for approve Set this value to true in order to approve the filings.
    • toString

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