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
All Methods Instance Methods Concrete Methods 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
-
-
-
Method Detail
-
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 classjava.lang.Object
-
-