Class FilingRegionModel

java.lang.Object
net.avalara.avatax.rest.client.models.FilingRegionModel

public class FilingRegionModel extends Object
Regions
  • Constructor Details

    • FilingRegionModel

      public FilingRegionModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The unique ID number of this filing region.
    • setId

      public void setId(Long value)
      Setter for id The unique ID number of this filing region.
    • getFilingId

      public Long getFilingId()
      Getter for filingId The filing id that this region belongs too
    • setFilingId

      public void setFilingId(Long value)
      Setter for filingId The filing id that this region belongs too
    • getCountry

      public String getCountry()
      Getter for country The two-character ISO-3166 code for the country.
    • setCountry

      public void setCountry(String value)
      Setter for country The two-character ISO-3166 code for the country.
    • getRegion

      public String getRegion()
      Getter for region The two or three character region code for the region.
    • setRegion

      public void setRegion(String value)
      Setter for region The two or three character region code for the region.
    • getSalesAmount

      public BigDecimal getSalesAmount()
      Getter for salesAmount The sales amount.
    • setSalesAmount

      public void setSalesAmount(BigDecimal value)
      Setter for salesAmount The sales amount.
    • getTaxableAmount

      public BigDecimal getTaxableAmount()
      Getter for taxableAmount The taxable amount.
    • setTaxableAmount

      public void setTaxableAmount(BigDecimal value)
      Setter for taxableAmount The taxable amount.
    • getTaxAmount

      public BigDecimal getTaxAmount()
      Getter for taxAmount The tax amount.
    • setTaxAmount

      public void setTaxAmount(BigDecimal value)
      Setter for taxAmount The tax amount.
    • getTaxDueAmount

      public BigDecimal getTaxDueAmount()
      Getter for taxDueAmount The tax amount due.
    • setTaxDueAmount

      public void setTaxDueAmount(BigDecimal value)
      Setter for taxDueAmount The tax amount due.
    • getCollectAmount

      public BigDecimal getCollectAmount()
      Getter for collectAmount The amount collected by Avalara for this region
    • setCollectAmount

      public void setCollectAmount(BigDecimal value)
      Setter for collectAmount The amount collected by Avalara for this region
    • getTotalRemittanceAmount

      public BigDecimal getTotalRemittanceAmount()
      Getter for totalRemittanceAmount Total remittance amount of all returns in region
    • setTotalRemittanceAmount

      public void setTotalRemittanceAmount(BigDecimal value)
      Setter for totalRemittanceAmount Total remittance amount of all returns in region
    • getNonTaxableAmount

      public BigDecimal getNonTaxableAmount()
      Getter for nonTaxableAmount The non-taxable amount.
    • setNonTaxableAmount

      public void setNonTaxableAmount(BigDecimal value)
      Setter for nonTaxableAmount The non-taxable amount.
    • getConsumerUseTaxAmount

      public BigDecimal getConsumerUseTaxAmount()
      Getter for consumerUseTaxAmount Consumer use tax liability.
    • setConsumerUseTaxAmount

      public void setConsumerUseTaxAmount(BigDecimal value)
      Setter for consumerUseTaxAmount Consumer use tax liability.
    • getConsumerUseNonTaxableAmount

      public BigDecimal getConsumerUseNonTaxableAmount()
      Getter for consumerUseNonTaxableAmount Consumer use non-taxable amount.
    • setConsumerUseNonTaxableAmount

      public void setConsumerUseNonTaxableAmount(BigDecimal value)
      Setter for consumerUseNonTaxableAmount Consumer use non-taxable amount.
    • getConsumerUseTaxableAmount

      public BigDecimal getConsumerUseTaxableAmount()
      Getter for consumerUseTaxableAmount Consumer use taxable amount.
    • setConsumerUseTaxableAmount

      public void setConsumerUseTaxableAmount(BigDecimal value)
      Setter for consumerUseTaxableAmount Consumer use taxable amount.
    • getApproveDate

      public Date getApproveDate()
      Getter for approveDate The date the filing region was approved.
    • setApproveDate

      public void setApproveDate(Date value)
      Setter for approveDate The date the filing region was approved.
    • getStartDate

      public Date getStartDate()
      Getter for startDate The start date for the filing cycle.
    • setStartDate

      public void setStartDate(Date value)
      Setter for startDate The start date for the filing cycle.
    • getEndDate

      public Date getEndDate()
      Getter for endDate The end date for the filing cycle.
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The end date for the filing cycle.
    • getHasNexus

      public Boolean getHasNexus()
      Getter for hasNexus Whether or not you have nexus in this region.
    • setHasNexus

      public void setHasNexus(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 ArrayList<FilingReturnModel> getReturns()
      Getter for returns A list of tax returns in this region.
    • setReturns

      public void setReturns(ArrayList<FilingReturnModel> value)
      Setter for returns A list of tax returns in this region.
    • getSuggestReturns

      public ArrayList<FilingsCheckupSuggestedFormModel> getSuggestReturns()
      Getter for suggestReturns A list of tax returns in this region.
    • setSuggestReturns

      public void setSuggestReturns(ArrayList<FilingsCheckupSuggestedFormModel> value)
      Setter for suggestReturns A list of tax returns in this region.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this record.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • toString

      public String toString()
      Returns a JSON string representation of FilingRegionModel
      Overrides:
      toString in class Object