Class CycleExpireModel

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

public class CycleExpireModel extends Object
Cycle Safe Expiration results.
  • Constructor Details

    • CycleExpireModel

      public CycleExpireModel()
  • Method Details

    • getSuccess

      public Boolean getSuccess()
      Getter for success Whether or not the filing calendar can be expired. e.g. if user makes end date of a calendar earlier than latest filing, this would be set to false.
    • setSuccess

      public void setSuccess(Boolean value)
      Setter for success Whether or not the filing calendar can be expired. e.g. if user makes end date of a calendar earlier than latest filing, this would be set to false.
    • getMessage

      public String getMessage()
      Getter for message The message to present to the user if expiration is successful or unsuccessful.
    • setMessage

      public void setMessage(String value)
      Setter for message The message to present to the user if expiration is successful or unsuccessful.
    • getCycleExpirationOptions

      public ArrayList<CycleExpireOptionModel> getCycleExpirationOptions()
      Getter for cycleExpirationOptions A list of options for expiring the filing calendar.
    • setCycleExpirationOptions

      public void setCycleExpirationOptions(ArrayList<CycleExpireOptionModel> value)
      Setter for cycleExpirationOptions A list of options for expiring the filing calendar.
    • toString

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