Class CycleAddOptionModel
java.lang.Object
net.avalara.avatax.rest.client.models.CycleAddOptionModel
Model with options for adding a new filing calendar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for available True if this form can be added and filed for the current cycle.Getter for availableLocationCodes A list of outlet codes that can be assigned to this form for the current cycleGetter for cycleName A descriptive name of the cycle and due date of form.Getter for cycleUnavailableReason An explanation for why this form cannot be added for the current cycleGetter for filingDueDate The jurisdiction-assigned due date for the formGetter for filingFrequencyCode A code assigned to the filing frequencyGetter for filingFrequencyId The filing frequency of the requestGetter for frequencyName The filing frequency of the formGetter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being addedGetter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being addedvoidsetAvailable(Boolean value) Setter for available True if this form can be added and filed for the current cycle.voidsetAvailableLocationCodes(ArrayList<String> value) Setter for availableLocationCodes A list of outlet codes that can be assigned to this form for the current cyclevoidsetCycleName(String value) Setter for cycleName A descriptive name of the cycle and due date of form.voidsetCycleUnavailableReason(String value) Setter for cycleUnavailableReason An explanation for why this form cannot be added for the current cyclevoidsetFilingDueDate(Date value) Setter for filingDueDate The jurisdiction-assigned due date for the formvoidsetFilingFrequencyCode(String value) Setter for filingFrequencyCode A code assigned to the filing frequencyvoidSetter for filingFrequencyId The filing frequency of the requestvoidsetFrequencyName(String value) Setter for frequencyName The filing frequency of the formvoidsetTransactionalPeriodEnd(Date value) Setter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being addedvoidsetTransactionalPeriodStart(Date value) Setter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being addedtoString()Returns a JSON string representation of CycleAddOptionModel
-
Constructor Details
-
CycleAddOptionModel
public CycleAddOptionModel()
-
-
Method Details
-
getAvailable
Getter for available True if this form can be added and filed for the current cycle. "Current cycle" is considered one month before the month of today's date. -
setAvailable
Setter for available True if this form can be added and filed for the current cycle. "Current cycle" is considered one month before the month of today's date. -
getTransactionalPeriodStart
Getter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being added -
setTransactionalPeriodStart
Setter for transactionalPeriodStart The period start date for the customer's first transaction in the jurisdiction being added -
getTransactionalPeriodEnd
Getter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being added -
setTransactionalPeriodEnd
Setter for transactionalPeriodEnd The period end date for the customer's last transaction in the jurisdiction being added -
getFilingDueDate
Getter for filingDueDate The jurisdiction-assigned due date for the form -
setFilingDueDate
Setter for filingDueDate The jurisdiction-assigned due date for the form -
getCycleName
Getter for cycleName A descriptive name of the cycle and due date of form. -
setCycleName
Setter for cycleName A descriptive name of the cycle and due date of form. -
getFrequencyName
Getter for frequencyName The filing frequency of the form -
setFrequencyName
Setter for frequencyName The filing frequency of the form -
getFilingFrequencyCode
Getter for filingFrequencyCode A code assigned to the filing frequency -
setFilingFrequencyCode
Setter for filingFrequencyCode A code assigned to the filing frequency -
getFilingFrequencyId
Getter for filingFrequencyId The filing frequency of the request -
setFilingFrequencyId
Setter for filingFrequencyId The filing frequency of the request -
getAvailableLocationCodes
Getter for availableLocationCodes A list of outlet codes that can be assigned to this form for the current cycle -
setAvailableLocationCodes
Setter for availableLocationCodes A list of outlet codes that can be assigned to this form for the current cycle -
toString
Returns a JSON string representation of CycleAddOptionModel
-