Class CycleExpireOptionModel

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

public class CycleExpireOptionModel extends Object
Options for expiring a filing calendar.
  • Constructor Details

    • CycleExpireOptionModel

      public CycleExpireOptionModel()
  • Method Details

    • getTransactionalPeriodStart

      public Date getTransactionalPeriodStart()
      Getter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.
    • setTransactionalPeriodStart

      public void setTransactionalPeriodStart(Date value)
      Setter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.
    • getTransactionalPeriodEnd

      public Date getTransactionalPeriodEnd()
      Getter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.
    • setTransactionalPeriodEnd

      public void setTransactionalPeriodEnd(Date value)
      Setter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.
    • getFilingDueDate

      public Date getFilingDueDate()
      Getter for filingDueDate The jurisdiction-assigned due date for the form.
    • setFilingDueDate

      public void setFilingDueDate(Date value)
      Setter for filingDueDate The jurisdiction-assigned due date for the form.
    • getCycleName

      public String getCycleName()
      Getter for cycleName A descriptive name of the cycle and due date of the form.
    • setCycleName

      public void setCycleName(String value)
      Setter for cycleName A descriptive name of the cycle and due date of the form.
    • toString

      public String toString()
      Returns a JSON string representation of CycleExpireOptionModel
      Overrides:
      toString in class Object