public class FilingRegionModel
extends java.lang.Object
Constructor and Description |
---|
FilingRegionModel() |
Modifier and Type | Method and 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 region
|
java.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 too
|
java.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 region
|
void |
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 region
|
void |
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 too
|
void |
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 region
|
java.lang.String |
toString()
Returns a JSON string representation of FilingRegionModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Long getFilingId()
public void setFilingId(java.lang.Long value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.math.BigDecimal getSalesAmount()
public void setSalesAmount(java.math.BigDecimal value)
public java.math.BigDecimal getTaxableAmount()
public void setTaxableAmount(java.math.BigDecimal value)
public java.math.BigDecimal getTaxAmount()
public void setTaxAmount(java.math.BigDecimal value)
public java.math.BigDecimal getTaxDueAmount()
public void setTaxDueAmount(java.math.BigDecimal value)
public java.math.BigDecimal getCollectAmount()
public void setCollectAmount(java.math.BigDecimal value)
public java.math.BigDecimal getTotalRemittanceAmount()
public void setTotalRemittanceAmount(java.math.BigDecimal value)
public java.math.BigDecimal getNonTaxableAmount()
public void setNonTaxableAmount(java.math.BigDecimal value)
public java.math.BigDecimal getConsumerUseTaxAmount()
public void setConsumerUseTaxAmount(java.math.BigDecimal value)
public java.math.BigDecimal getConsumerUseNonTaxableAmount()
public void setConsumerUseNonTaxableAmount(java.math.BigDecimal value)
public java.math.BigDecimal getConsumerUseTaxableAmount()
public void setConsumerUseTaxableAmount(java.math.BigDecimal value)
public java.util.Date getApproveDate()
public void setApproveDate(java.util.Date value)
public java.util.Date getStartDate()
public void setStartDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.Boolean getHasNexus()
public void setHasNexus(java.lang.Boolean value)
public FilingStatusId getStatus()
public void setStatus(FilingStatusId value)
public java.util.ArrayList<FilingReturnModel> getReturns()
public void setReturns(java.util.ArrayList<FilingReturnModel> value)
public java.util.ArrayList<FilingsCheckupSuggestedFormModel> getSuggestReturns()
public void setSuggestReturns(java.util.ArrayList<FilingsCheckupSuggestedFormModel> value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object