Class CycleExpireModel
java.lang.Object
net.avalara.avatax.rest.client.models.CycleExpireModel
Cycle Safe Expiration results.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for cycleExpirationOptions A list of options for expiring the filing calendar.Getter for message The message to present to the user if expiration is successful or unsuccessful.Getter for success Whether or not the filing calendar can be expired.void
Setter for cycleExpirationOptions A list of options for expiring the filing calendar.void
setMessage
(String value) Setter for message The message to present to the user if expiration is successful or unsuccessful.void
setSuccess
(Boolean value) Setter for success Whether or not the filing calendar can be expired.toString()
Returns a JSON string representation of CycleExpireModel
-
Constructor Details
-
CycleExpireModel
public CycleExpireModel()
-
-
Method Details
-
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
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
Getter for message The message to present to the user if expiration is successful or unsuccessful. -
setMessage
Setter for message The message to present to the user if expiration is successful or unsuccessful. -
getCycleExpirationOptions
Getter for cycleExpirationOptions A list of options for expiring the filing calendar. -
setCycleExpirationOptions
Setter for cycleExpirationOptions A list of options for expiring the filing calendar. -
toString
Returns a JSON string representation of CycleExpireModel
-