Class CycleExpireOptionModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CycleExpireOptionModel
-
public class CycleExpireOptionModel extends java.lang.ObjectOptions for expiring a filing calendar.
-
-
Constructor Summary
Constructors Constructor Description CycleExpireOptionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCycleName()Getter for cycleName A descriptive name of the cycle and due date of the form.java.util.DategetFilingDueDate()Getter for filingDueDate The jurisdiction-assigned due date for the form.java.util.DategetTransactionalPeriodEnd()Getter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.java.util.DategetTransactionalPeriodStart()Getter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.voidsetCycleName(java.lang.String value)Setter for cycleName A descriptive name of the cycle and due date of the form.voidsetFilingDueDate(java.util.Date value)Setter for filingDueDate The jurisdiction-assigned due date for the form.voidsetTransactionalPeriodEnd(java.util.Date value)Setter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.voidsetTransactionalPeriodStart(java.util.Date value)Setter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.java.lang.StringtoString()Returns a JSON string representation of CycleExpireOptionModel
-
-
-
Method Detail
-
getTransactionalPeriodStart
public java.util.Date getTransactionalPeriodStart()
Getter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.
-
setTransactionalPeriodStart
public void setTransactionalPeriodStart(java.util.Date value)
Setter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.
-
getTransactionalPeriodEnd
public java.util.Date getTransactionalPeriodEnd()
Getter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.
-
setTransactionalPeriodEnd
public void setTransactionalPeriodEnd(java.util.Date value)
Setter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.
-
getFilingDueDate
public java.util.Date getFilingDueDate()
Getter for filingDueDate The jurisdiction-assigned due date for the form.
-
setFilingDueDate
public void setFilingDueDate(java.util.Date value)
Setter for filingDueDate The jurisdiction-assigned due date for the form.
-
getCycleName
public java.lang.String getCycleName()
Getter for cycleName A descriptive name of the cycle and due date of the form.
-
setCycleName
public void setCycleName(java.lang.String value)
Setter for cycleName A descriptive name of the cycle and due date of the form.
-
toString
public java.lang.String toString()
Returns a JSON string representation of CycleExpireOptionModel- Overrides:
toStringin classjava.lang.Object
-
-