Class FilingRegionModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingRegionModel
Regions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for approveDate The date the filing region was approved.Getter for collectAmount The amount collected by Avalara for this regionGetter for consumerUseNonTaxableAmount Consumer use non-taxable amount.Getter for consumerUseTaxableAmount Consumer use taxable amount.Getter for consumerUseTaxAmount Consumer use tax liability.Getter for country The two-character ISO-3166 code for the country.Getter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.Getter for endDate The end date for the filing cycle.Getter for filingId The filing id that this region belongs tooGetter for hasNexus Whether or not you have nexus in this region.getId()
Getter for id The unique ID number of this filing region.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.Getter for nonTaxableAmount The non-taxable amount.Getter for region The two or three character region code for the region.Getter for returns A list of tax returns in this region.Getter for salesAmount The sales amount.Getter for startDate The start date for the filing cycle.Getter for status The current status of the filing region.Getter for suggestReturns A list of tax returns in this region.Getter for taxableAmount The taxable amount.Getter for taxAmount The tax amount.Getter for taxDueAmount The tax amount due.Getter for totalRemittanceAmount Total remittance amount of all returns in regionvoid
setApproveDate
(Date value) Setter for approveDate The date the filing region was approved.void
setCollectAmount
(BigDecimal value) Setter for collectAmount The amount collected by Avalara for this regionvoid
Setter for consumerUseNonTaxableAmount Consumer use non-taxable amount.void
Setter for consumerUseTaxableAmount Consumer use taxable amount.void
Setter for consumerUseTaxAmount Consumer use tax liability.void
setCountry
(String value) Setter for country The two-character ISO-3166 code for the country.void
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The User ID of the user who created this record.void
setEndDate
(Date value) Setter for endDate The end date for the filing cycle.void
setFilingId
(Long value) Setter for filingId The filing id that this region belongs toovoid
setHasNexus
(Boolean value) Setter for hasNexus Whether or not you have nexus in this region.void
Setter for id The unique ID number of this filing region.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.void
setNonTaxableAmount
(BigDecimal value) Setter for nonTaxableAmount The non-taxable amount.void
Setter for region The two or three character region code for the region.void
setReturns
(ArrayList<FilingReturnModel> value) Setter for returns A list of tax returns in this region.void
setSalesAmount
(BigDecimal value) Setter for salesAmount The sales amount.void
setStartDate
(Date value) Setter for startDate The start date for the filing cycle.void
setStatus
(FilingStatusId value) Setter for status The current status of the filing region.void
Setter for suggestReturns A list of tax returns in this region.void
setTaxableAmount
(BigDecimal value) Setter for taxableAmount The taxable amount.void
setTaxAmount
(BigDecimal value) Setter for taxAmount The tax amount.void
setTaxDueAmount
(BigDecimal value) Setter for taxDueAmount The tax amount due.void
Setter for totalRemittanceAmount Total remittance amount of all returns in regiontoString()
Returns a JSON string representation of FilingRegionModel
-
Constructor Details
-
FilingRegionModel
public FilingRegionModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this filing region. -
setId
Setter for id The unique ID number of this filing region. -
getFilingId
Getter for filingId The filing id that this region belongs too -
setFilingId
Setter for filingId The filing id that this region belongs too -
getCountry
Getter for country The two-character ISO-3166 code for the country. -
setCountry
Setter for country The two-character ISO-3166 code for the country. -
getRegion
Getter for region The two or three character region code for the region. -
setRegion
Setter for region The two or three character region code for the region. -
getSalesAmount
Getter for salesAmount The sales amount. -
setSalesAmount
Setter for salesAmount The sales amount. -
getTaxableAmount
Getter for taxableAmount The taxable amount. -
setTaxableAmount
Setter for taxableAmount The taxable amount. -
getTaxAmount
Getter for taxAmount The tax amount. -
setTaxAmount
Setter for taxAmount The tax amount. -
getTaxDueAmount
Getter for taxDueAmount The tax amount due. -
setTaxDueAmount
Setter for taxDueAmount The tax amount due. -
getCollectAmount
Getter for collectAmount The amount collected by Avalara for this region -
setCollectAmount
Setter for collectAmount The amount collected by Avalara for this region -
getTotalRemittanceAmount
Getter for totalRemittanceAmount Total remittance amount of all returns in region -
setTotalRemittanceAmount
Setter for totalRemittanceAmount Total remittance amount of all returns in region -
getNonTaxableAmount
Getter for nonTaxableAmount The non-taxable amount. -
setNonTaxableAmount
Setter for nonTaxableAmount The non-taxable amount. -
getConsumerUseTaxAmount
Getter for consumerUseTaxAmount Consumer use tax liability. -
setConsumerUseTaxAmount
Setter for consumerUseTaxAmount Consumer use tax liability. -
getConsumerUseNonTaxableAmount
Getter for consumerUseNonTaxableAmount Consumer use non-taxable amount. -
setConsumerUseNonTaxableAmount
Setter for consumerUseNonTaxableAmount Consumer use non-taxable amount. -
getConsumerUseTaxableAmount
Getter for consumerUseTaxableAmount Consumer use taxable amount. -
setConsumerUseTaxableAmount
Setter for consumerUseTaxableAmount Consumer use taxable amount. -
getApproveDate
Getter for approveDate The date the filing region was approved. -
setApproveDate
Setter for approveDate The date the filing region was approved. -
getStartDate
Getter for startDate The start date for the filing cycle. -
setStartDate
Setter for startDate The start date for the filing cycle. -
getEndDate
Getter for endDate The end date for the filing cycle. -
setEndDate
Setter for endDate The end date for the filing cycle. -
getHasNexus
Getter for hasNexus Whether or not you have nexus in this region. -
setHasNexus
Setter for hasNexus Whether or not you have nexus in this region. -
getStatus
Getter for status The current status of the filing region. -
setStatus
Setter for status The current status of the filing region. -
getReturns
Getter for returns A list of tax returns in this region. -
setReturns
Setter for returns A list of tax returns in this region. -
getSuggestReturns
Getter for suggestReturns A list of tax returns in this region. -
setSuggestReturns
Setter for suggestReturns A list of tax returns in this region. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
toString
Returns a JSON string representation of FilingRegionModel
-