public class ComplianceJurisdictionRateModel
extends java.lang.Object
Constructor and Description |
---|
ComplianceJurisdictionRateModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country of this jurisdiction.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date this rate is starts to take effect.
|
java.util.Date |
getEndDate()
Getter for endDate
The date this rate is no longer active.
|
java.lang.Integer |
getJurisdictionId()
Getter for jurisdictionId
The id of the jurisdiction.
|
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.math.BigDecimal |
getRate()
Getter for rate
The compontent rate.
|
java.lang.String |
getRateTypeId()
Getter for rateTypeId
The rate type.
|
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.
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId
The id of the tax authority.
|
java.lang.String |
getTaxTypeId()
Getter for taxTypeId
The tax type.
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country of this jurisdiction.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date this rate is starts to take effect.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date this rate is no longer active.
|
void |
setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId
The id of the jurisdiction.
|
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 |
setRate(java.math.BigDecimal value)
Setter for rate
The compontent rate.
|
void |
setRateTypeId(java.lang.String value)
Setter for rateTypeId
The rate type.
|
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.
|
void |
setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId
The id of the tax authority.
|
void |
setTaxTypeId(java.lang.String value)
Setter for taxTypeId
The tax type.
|
java.lang.String |
toString()
Returns a JSON string representation of ComplianceJurisdictionRateModel
|
public java.lang.Integer getJurisdictionId()
public void setJurisdictionId(java.lang.Integer value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getJurisdictionTypeId()
public void setJurisdictionTypeId(java.lang.String value)
public java.math.BigDecimal getRate()
public void setRate(java.math.BigDecimal value)
public java.lang.String getRateTypeId()
public void setRateTypeId(java.lang.String value)
public java.lang.String getTaxTypeId()
public void setTaxTypeId(java.lang.String value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String getStateAssignedCode()
public void setStateAssignedCode(java.lang.String value)
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object