Class CycleExpireOptionModel
java.lang.Object
net.avalara.avatax.rest.client.models.CycleExpireOptionModel
Options for expiring a filing calendar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for cycleName A descriptive name of the cycle and due date of the form.Getter for filingDueDate The jurisdiction-assigned due date for the form.Getter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.Getter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.voidsetCycleName(String value) Setter for cycleName A descriptive name of the cycle and due date of the form.voidsetFilingDueDate(Date value) Setter for filingDueDate The jurisdiction-assigned due date for the form.voidsetTransactionalPeriodEnd(Date value) Setter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.voidsetTransactionalPeriodStart(Date value) Setter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.toString()Returns a JSON string representation of CycleExpireOptionModel
-
Constructor Details
-
CycleExpireOptionModel
public CycleExpireOptionModel()
-
-
Method Details
-
getTransactionalPeriodStart
Getter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired. -
setTransactionalPeriodStart
Setter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired. -
getTransactionalPeriodEnd
Getter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired. -
setTransactionalPeriodEnd
Setter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired. -
getFilingDueDate
Getter for filingDueDate The jurisdiction-assigned due date for the form. -
setFilingDueDate
Setter for filingDueDate The jurisdiction-assigned due date for the form. -
getCycleName
Getter for cycleName A descriptive name of the cycle and due date of the form. -
setCycleName
Setter for cycleName A descriptive name of the cycle and due date of the form. -
toString
Returns a JSON string representation of CycleExpireOptionModel
-