Class FilingRegionModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FilingRegionModel
-
public class FilingRegionModel extends java.lang.ObjectRegions
-
-
Constructor Summary
Constructors Constructor Description FilingRegionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetApproveDate()Getter for approveDate The date the filing region was approved.java.math.BigDecimalgetCollectAmount()Getter for collectAmount The amount collected by Avalara for this regionjava.math.BigDecimalgetConsumerUseNonTaxableAmount()Getter for consumerUseNonTaxableAmount Consumer use non-taxable amount.java.math.BigDecimalgetConsumerUseTaxableAmount()Getter for consumerUseTaxableAmount Consumer use taxable amount.java.math.BigDecimalgetConsumerUseTaxAmount()Getter for consumerUseTaxAmount Consumer use tax liability.java.lang.StringgetCountry()Getter for country The two-character ISO-3166 code for the country.java.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.IntegergetCreatedUserId()Getter for createdUserId The User ID of the user who created this record.java.util.DategetEndDate()Getter for endDate The end date for the filing cycle.java.lang.LonggetFilingId()Getter for filingId The filing id that this region belongs toojava.lang.BooleangetHasNexus()Getter for hasNexus Whether or not you have nexus in this region.java.lang.LonggetId()Getter for id The unique ID number of this filing region.java.util.DategetModifiedDate()Getter for modifiedDate The date/time when this record was last modified.java.lang.IntegergetModifiedUserId()Getter for modifiedUserId The user ID of the user who last modified this record.java.math.BigDecimalgetNonTaxableAmount()Getter for nonTaxableAmount The non-taxable amount.java.lang.StringgetRegion()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.BigDecimalgetSalesAmount()Getter for salesAmount The sales amount.java.util.DategetStartDate()Getter for startDate The start date for the filing cycle.FilingStatusIdgetStatus()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.BigDecimalgetTaxableAmount()Getter for taxableAmount The taxable amount.java.math.BigDecimalgetTaxAmount()Getter for taxAmount The tax amount.java.math.BigDecimalgetTaxDueAmount()Getter for taxDueAmount The tax amount due.java.math.BigDecimalgetTotalRemittanceAmount()Getter for totalRemittanceAmount Total remittance amount of all returns in regionvoidsetApproveDate(java.util.Date value)Setter for approveDate The date the filing region was approved.voidsetCollectAmount(java.math.BigDecimal value)Setter for collectAmount The amount collected by Avalara for this regionvoidsetConsumerUseNonTaxableAmount(java.math.BigDecimal value)Setter for consumerUseNonTaxableAmount Consumer use non-taxable amount.voidsetConsumerUseTaxableAmount(java.math.BigDecimal value)Setter for consumerUseTaxableAmount Consumer use taxable amount.voidsetConsumerUseTaxAmount(java.math.BigDecimal value)Setter for consumerUseTaxAmount Consumer use tax liability.voidsetCountry(java.lang.String value)Setter for country The two-character ISO-3166 code for the country.voidsetCreatedDate(java.util.Date value)Setter for createdDate The date when this record was created.voidsetCreatedUserId(java.lang.Integer value)Setter for createdUserId The User ID of the user who created this record.voidsetEndDate(java.util.Date value)Setter for endDate The end date for the filing cycle.voidsetFilingId(java.lang.Long value)Setter for filingId The filing id that this region belongs toovoidsetHasNexus(java.lang.Boolean value)Setter for hasNexus Whether or not you have nexus in this region.voidsetId(java.lang.Long value)Setter for id The unique ID number of this filing region.voidsetModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(java.lang.Integer value)Setter for modifiedUserId The user ID of the user who last modified this record.voidsetNonTaxableAmount(java.math.BigDecimal value)Setter for nonTaxableAmount The non-taxable amount.voidsetRegion(java.lang.String value)Setter for region The two or three character region code for the region.voidsetReturns(java.util.ArrayList<FilingReturnModel> value)Setter for returns A list of tax returns in this region.voidsetSalesAmount(java.math.BigDecimal value)Setter for salesAmount The sales amount.voidsetStartDate(java.util.Date value)Setter for startDate The start date for the filing cycle.voidsetStatus(FilingStatusId value)Setter for status The current status of the filing region.voidsetSuggestReturns(java.util.ArrayList<FilingsCheckupSuggestedFormModel> value)Setter for suggestReturns A list of tax returns in this region.voidsetTaxableAmount(java.math.BigDecimal value)Setter for taxableAmount The taxable amount.voidsetTaxAmount(java.math.BigDecimal value)Setter for taxAmount The tax amount.voidsetTaxDueAmount(java.math.BigDecimal value)Setter for taxDueAmount The tax amount due.voidsetTotalRemittanceAmount(java.math.BigDecimal value)Setter for totalRemittanceAmount Total remittance amount of all returns in regionjava.lang.StringtoString()Returns a JSON string representation of FilingRegionModel
-
-
-
Method Detail
-
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
public FilingStatusId getStatus()
Getter for status The current status of the filing region.
-
setStatus
public void setStatus(FilingStatusId value)
Setter for status The current status of the filing region.
-
getReturns
public java.util.ArrayList<FilingReturnModel> getReturns()
Getter for returns A list of tax returns in this region.
-
setReturns
public void setReturns(java.util.ArrayList<FilingReturnModel> value)
Setter for returns A list of tax returns in this region.
-
getSuggestReturns
public java.util.ArrayList<FilingsCheckupSuggestedFormModel> getSuggestReturns()
Getter for suggestReturns A list of tax returns in this region.
-
setSuggestReturns
public void setSuggestReturns(java.util.ArrayList<FilingsCheckupSuggestedFormModel> value)
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:
toStringin classjava.lang.Object
-
-