Class MultiTaxFilingRegionModel
java.lang.Object
net.avalara.avatax.rest.client.models.MultiTaxFilingRegionModel
public class MultiTaxFilingRegionModel
extends java.lang.Object
Regions
-
Constructor Summary
Constructors Constructor Description MultiTaxFilingRegionModel() -
Method Summary
Modifier and Type Method Description java.lang.StringgetCountry()Getter for country The two-character ISO-3166 code for the country.java.lang.BooleangetHasNexus()Getter for hasNexus Whether or not you have nexus in this region.java.lang.StringgetRegion()Getter for region The two or three character region code for the region.java.util.ArrayList<FilingsTaxDetailsModel>getRegionTaxDetails()Getter for regionTaxDetails A detailed breakdown of the taxes in this filingFilingsTaxSummaryModelgetRegionTaxSummary()Getter for regionTaxSummaryjava.util.ArrayList<MultiTaxFilingReturnModel>getReturns()Getter for returns A list of tax returns in this region.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.voidsetCountry(java.lang.String value)Setter for country The two-character ISO-3166 code for the country.voidsetHasNexus(java.lang.Boolean value)Setter for hasNexus Whether or not you have nexus in this region.voidsetRegion(java.lang.String value)Setter for region The two or three character region code for the region.voidsetRegionTaxDetails(java.util.ArrayList<FilingsTaxDetailsModel> value)Setter for regionTaxDetails A detailed breakdown of the taxes in this filingvoidsetRegionTaxSummary(FilingsTaxSummaryModel value)Setter for regionTaxSummaryvoidsetReturns(java.util.ArrayList<MultiTaxFilingReturnModel> value)Setter for returns A list of tax returns in this region.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.java.lang.StringtoString()Returns a JSON string representation of MultiTaxFilingRegionModel
-
Constructor Details
-
MultiTaxFilingRegionModel
public MultiTaxFilingRegionModel()
-
-
Method Details
-
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. -
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. -
getRegionTaxSummary
Getter for regionTaxSummary -
setRegionTaxSummary
Setter for regionTaxSummary -
getRegionTaxDetails
Getter for regionTaxDetails A detailed breakdown of the taxes in this filing -
setRegionTaxDetails
Setter for regionTaxDetails A detailed breakdown of the taxes in this filing -
getSuggestReturns
Getter for suggestReturns A list of tax returns in this region. -
setSuggestReturns
Setter for suggestReturns A list of tax returns in this 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. -
toString
public java.lang.String toString()Returns a JSON string representation of MultiTaxFilingRegionModel- Overrides:
toStringin classjava.lang.Object
-