Class CycleEditOptionModel
java.lang.Object
net.avalara.avatax.rest.client.models.CycleEditOptionModel
Model with options for actual filing calendar output based on user edits to filing calendar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for clonedCalendarEffDate The effective date of the filing calendar (only applies if cloning).Getter for customerMustApprove Whether or not the user should be warned of a change, because some changes are risky and may be being done not in accordance with jurisdiction rules.Getter for expiredCalendarEndDate The expired end date of the old filing calendar (only applies if cloning).Getter for message The message to present to the user when calendar is successfully or unsuccessfully changed.Getter for mustCloneFilingCalendar True if the filing calendar must be cloned to allow this change; false if the existing filing calendar can be changed itself.Getter for success Whether or not changes can be made to the filing calendar.void
setClonedCalendarEffDate
(Date value) Setter for clonedCalendarEffDate The effective date of the filing calendar (only applies if cloning).void
setCustomerMustApprove
(Boolean value) Setter for customerMustApprove Whether or not the user should be warned of a change, because some changes are risky and may be being done not in accordance with jurisdiction rules.void
setExpiredCalendarEndDate
(Date value) Setter for expiredCalendarEndDate The expired end date of the old filing calendar (only applies if cloning).void
setMessage
(String value) Setter for message The message to present to the user when calendar is successfully or unsuccessfully changed.void
Setter for mustCloneFilingCalendar True if the filing calendar must be cloned to allow this change; false if the existing filing calendar can be changed itself.void
setSuccess
(Boolean value) Setter for success Whether or not changes can be made to the filing calendar.toString()
Returns a JSON string representation of CycleEditOptionModel
-
Constructor Details
-
CycleEditOptionModel
public CycleEditOptionModel()
-
-
Method Details
-
getSuccess
Getter for success Whether or not changes can be made to the filing calendar. -
setSuccess
Setter for success Whether or not changes can be made to the filing calendar. -
getMessage
Getter for message The message to present to the user when calendar is successfully or unsuccessfully changed. -
setMessage
Setter for message The message to present to the user when calendar is successfully or unsuccessfully changed. -
getCustomerMustApprove
Getter for customerMustApprove Whether or not the user should be warned of a change, because some changes are risky and may be being done not in accordance with jurisdiction rules. For example, user would be warned if user changes filing frequency to new frequency with a start date during an accrual month of the existing frequency. -
setCustomerMustApprove
Setter for customerMustApprove Whether or not the user should be warned of a change, because some changes are risky and may be being done not in accordance with jurisdiction rules. For example, user would be warned if user changes filing frequency to new frequency with a start date during an accrual month of the existing frequency. -
getMustCloneFilingCalendar
Getter for mustCloneFilingCalendar True if the filing calendar must be cloned to allow this change; false if the existing filing calendar can be changed itself. -
setMustCloneFilingCalendar
Setter for mustCloneFilingCalendar True if the filing calendar must be cloned to allow this change; false if the existing filing calendar can be changed itself. -
getClonedCalendarEffDate
Getter for clonedCalendarEffDate The effective date of the filing calendar (only applies if cloning). -
setClonedCalendarEffDate
Setter for clonedCalendarEffDate The effective date of the filing calendar (only applies if cloning). -
getExpiredCalendarEndDate
Getter for expiredCalendarEndDate The expired end date of the old filing calendar (only applies if cloning). -
setExpiredCalendarEndDate
Setter for expiredCalendarEndDate The expired end date of the old filing calendar (only applies if cloning). -
toString
Returns a JSON string representation of CycleEditOptionModel
-