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.String
getCountry()
Getter for country The two-character ISO-3166 code for the country.java.lang.Boolean
getHasNexus()
Getter for hasNexus Whether or not you have nexus in this region.java.lang.String
getRegion()
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 filingFilingsTaxSummaryModel
getRegionTaxSummary()
Getter for regionTaxSummary A summary of all taxes compbined for this periodjava.util.ArrayList<MultiTaxFilingReturnModel>
getReturns()
Getter for returns A list of tax returns in this region.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.void
setCountry(java.lang.String value)
Setter for country The two-character ISO-3166 code for the country.void
setHasNexus(java.lang.Boolean value)
Setter for hasNexus Whether or not you have nexus in this region.void
setRegion(java.lang.String value)
Setter for region The two or three character region code for the region.void
setRegionTaxDetails(java.util.ArrayList<FilingsTaxDetailsModel> value)
Setter for regionTaxDetails A detailed breakdown of the taxes in this filingvoid
setRegionTaxSummary(FilingsTaxSummaryModel value)
Setter for regionTaxSummary A summary of all taxes compbined for this periodvoid
setReturns(java.util.ArrayList<MultiTaxFilingReturnModel> value)
Setter for returns A list of tax returns in this region.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.java.lang.String
toString()
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 A summary of all taxes compbined for this period -
setRegionTaxSummary
Setter for regionTaxSummary A summary of all taxes compbined for this period -
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:
toString
in classjava.lang.Object
-