Class CycleExpireOptionModel

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

public class CycleExpireOptionModel
extends java.lang.Object
Options for expiring a filing calendar.
  • Constructor Summary

    Constructors 
    Constructor Description
    CycleExpireOptionModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCycleName()
    Getter for cycleName A descriptive name of the cycle and due date of the form.
    java.util.Date getFilingDueDate()
    Getter for filingDueDate The jurisdiction-assigned due date for the form.
    java.util.Date getTransactionalPeriodEnd()
    Getter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.
    java.util.Date getTransactionalPeriodStart()
    Getter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.
    void setCycleName​(java.lang.String value)
    Setter for cycleName A descriptive name of the cycle and due date of the form.
    void setFilingDueDate​(java.util.Date value)
    Setter for filingDueDate The jurisdiction-assigned due date for the form.
    void setTransactionalPeriodEnd​(java.util.Date value)
    Setter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being expired.
    void setTransactionalPeriodStart​(java.util.Date value)
    Setter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being expired.
    java.lang.String toString()
    Returns a JSON string representation of CycleExpireOptionModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • 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:
      toString in class java.lang.Object