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