Class MultiTaxFilingRegionModel
java.lang.Object
net.avalara.avatax.rest.client.models.MultiTaxFilingRegionModel
Regions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for country The two-character ISO-3166 code for the country.Getter for hasNexus Whether or not you have nexus in this region.Getter for region The two or three character region code for the region.Getter for regionTaxDetails A detailed breakdown of the taxes in this filingGetter for regionTaxSummaryGetter for returns A list of tax returns in this region.Getter for status The current status of the filing region.Getter for suggestReturns A list of tax returns in this region.void
setCountry
(String value) Setter for country The two-character ISO-3166 code for the country.void
setHasNexus
(Boolean value) Setter for hasNexus Whether or not you have nexus in this region.void
Setter for region The two or three character region code for the region.void
Setter for regionTaxDetails A detailed breakdown of the taxes in this filingvoid
Setter for regionTaxSummaryvoid
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
Setter for suggestReturns A list of tax returns in this region.toString()
Returns a JSON string representation of MultiTaxFilingRegionModel
-
Constructor Details
-
MultiTaxFilingRegionModel
public MultiTaxFilingRegionModel()
-
-
Method Details
-
getCountry
Getter for country The two-character ISO-3166 code for the country. -
setCountry
Setter for country The two-character ISO-3166 code for the country. -
getRegion
Getter for region The two or three character region code for the region. -
setRegion
Setter for region The two or three character region code for the region. -
getHasNexus
Getter for hasNexus Whether or not you have nexus in this region. -
setHasNexus
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
Returns a JSON string representation of MultiTaxFilingRegionModel
-