Class MultiTaxFilingRegionModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.MultiTaxFilingRegionModel
-
public class MultiTaxFilingRegionModel extends java.lang.ObjectRegions
-
-
Constructor Summary
Constructors Constructor Description MultiTaxFilingRegionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 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.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 regionTaxSummary A summary of all taxes compbined for this periodvoidsetReturns(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
-
-
-
Method Detail
-
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
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.
-
getRegionTaxSummary
public FilingsTaxSummaryModel getRegionTaxSummary()
Getter for regionTaxSummary A summary of all taxes compbined for this period
-
setRegionTaxSummary
public void setRegionTaxSummary(FilingsTaxSummaryModel value)
Setter for regionTaxSummary A summary of all taxes compbined for this period
-
getRegionTaxDetails
public java.util.ArrayList<FilingsTaxDetailsModel> getRegionTaxDetails()
Getter for regionTaxDetails A detailed breakdown of the taxes in this filing
-
setRegionTaxDetails
public void setRegionTaxDetails(java.util.ArrayList<FilingsTaxDetailsModel> value)
Setter for regionTaxDetails A detailed breakdown of the taxes in this filing
-
getSuggestReturns
public java.util.ArrayList<FilingsCheckupSuggestedFormModel> getSuggestReturns()
Getter for suggestReturns A list of tax returns in this region.
-
setSuggestReturns
public void setSuggestReturns(java.util.ArrayList<FilingsCheckupSuggestedFormModel> value)
Setter for suggestReturns A list of tax returns in this region.
-
getReturns
public java.util.ArrayList<MultiTaxFilingReturnModel> getReturns()
Getter for returns A list of tax returns in this region.
-
setReturns
public void setReturns(java.util.ArrayList<MultiTaxFilingReturnModel> value)
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
-
-