public class ComplianceJurisdictionModel
extends java.lang.Object
Constructor and Description |
---|
ComplianceJurisdictionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCity()
Getter for city
The name of the city.
|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country of this jurisdiction.
|
java.lang.String |
getCounty()
Getter for county
The name of the county.
|
java.lang.String |
getJurisdictionTypeId()
Getter for jurisdictionTypeId
The type of the jurisdiction, indicating whether it is a country, state/region, city, for example.
|
java.lang.String |
getName()
Getter for name
The name of the jurisdiction.
|
java.util.ArrayList<ComplianceAggregatedTaxRateModel> |
getRates()
Getter for rates
Optional: A list of rates for this jurisdiction.
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country.
|
java.lang.String |
getStateAssignedCode()
Getter for stateAssignedCode
The state assigned code for the jurisdiction.
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId
The id of the tax authority.
|
java.lang.Integer |
getTaxRegionId()
Getter for taxRegionId
The id of the tax region.
|
java.lang.String |
getTaxRegionName()
Getter for taxRegionName
The name of the tax region.
|
void |
setCity(java.lang.String value)
Setter for city
The name of the city.
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country of this jurisdiction.
|
void |
setCounty(java.lang.String value)
Setter for county
The name of the county.
|
void |
setJurisdictionTypeId(java.lang.String value)
Setter for jurisdictionTypeId
The type of the jurisdiction, indicating whether it is a country, state/region, city, for example.
|
void |
setName(java.lang.String value)
Setter for name
The name of the jurisdiction.
|
void |
setRates(java.util.ArrayList<ComplianceAggregatedTaxRateModel> value)
Setter for rates
Optional: A list of rates for this jurisdiction.
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country.
|
void |
setStateAssignedCode(java.lang.String value)
Setter for stateAssignedCode
The state assigned code for the jurisdiction.
|
void |
setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId
The id of the tax authority.
|
void |
setTaxRegionId(java.lang.Integer value)
Setter for taxRegionId
The id of the tax region.
|
void |
setTaxRegionName(java.lang.String value)
Setter for taxRegionName
The name of the tax region.
|
java.lang.String |
toString()
Returns a JSON string representation of ComplianceJurisdictionModel
|
public java.lang.Integer getTaxRegionId()
public void setTaxRegionId(java.lang.Integer value)
public java.lang.String getStateAssignedCode()
public void setStateAssignedCode(java.lang.String value)
public java.lang.String getJurisdictionTypeId()
public void setJurisdictionTypeId(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getCounty()
public void setCounty(java.lang.String value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getTaxRegionName()
public void setTaxRegionName(java.lang.String value)
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer value)
public java.util.ArrayList<ComplianceAggregatedTaxRateModel> getRates()
public void setRates(java.util.ArrayList<ComplianceAggregatedTaxRateModel> value)
public java.lang.String toString()
toString
in class java.lang.Object