Class TaxRegionJurisdictionModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxRegionJurisdictionModel
The tax region jurisdiction model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for effectiveDate The date in which this tax region jurisdiction starts to take effect.Getter for endDate The date in which this tax region jurisdiction stops to take effect.Getter for jurisdictionId The id of the jurisdiction.Getter for jurisdictionLevelId The id of the jurisdiction level.Getter for modifiedDate The modifiedDate of the tax region jurisdiction.Getter for reportLevel The report level.Getter for rockName The rock name.Getter for signatureCode The signature code.Getter for stateAssignedCode The state assigned code.Getter for taxAuthorityId The id of the tax authority.Getter for taxRegionId The id of the tax region.void
setEffectiveDate
(Date value) Setter for effectiveDate The date in which this tax region jurisdiction starts to take effect.void
setEndDate
(Date value) Setter for endDate The date in which this tax region jurisdiction stops to take effect.void
setJurisdictionId
(Integer value) Setter for jurisdictionId The id of the jurisdiction.void
setJurisdictionLevelId
(Integer value) Setter for jurisdictionLevelId The id of the jurisdiction level.void
setModifiedDate
(Date value) Setter for modifiedDate The modifiedDate of the tax region jurisdiction.void
setReportLevel
(Integer value) Setter for reportLevel The report level.void
setRockName
(String value) Setter for rockName The rock name.void
setSignatureCode
(String value) Setter for signatureCode The signature code.void
setStateAssignedCode
(String value) Setter for stateAssignedCode The state assigned code.void
setTaxAuthorityId
(Integer value) Setter for taxAuthorityId The id of the tax authority.void
setTaxRegionId
(Integer value) Setter for taxRegionId The id of the tax region.toString()
Returns a JSON string representation of TaxRegionJurisdictionModel
-
Constructor Details
-
TaxRegionJurisdictionModel
public TaxRegionJurisdictionModel()
-
-
Method Details
-
getJurisdictionId
Getter for jurisdictionId The id of the jurisdiction. -
setJurisdictionId
Setter for jurisdictionId The id of the jurisdiction. -
getTaxRegionId
Getter for taxRegionId The id of the tax region. -
setTaxRegionId
Setter for taxRegionId The id of the tax region. -
getJurisdictionLevelId
Getter for jurisdictionLevelId The id of the jurisdiction level. -
setJurisdictionLevelId
Setter for jurisdictionLevelId The id of the jurisdiction level. -
getRockName
Getter for rockName The rock name. -
setRockName
Setter for rockName The rock name. -
getReportLevel
Getter for reportLevel The report level. -
setReportLevel
Setter for reportLevel The report level. -
getStateAssignedCode
Getter for stateAssignedCode The state assigned code. -
setStateAssignedCode
Setter for stateAssignedCode The state assigned code. -
getTaxAuthorityId
Getter for taxAuthorityId The id of the tax authority. -
setTaxAuthorityId
Setter for taxAuthorityId The id of the tax authority. -
getSignatureCode
Getter for signatureCode The signature code. -
setSignatureCode
Setter for signatureCode The signature code. -
getEffectiveDate
Getter for effectiveDate The date in which this tax region jurisdiction starts to take effect. -
setEffectiveDate
Setter for effectiveDate The date in which this tax region jurisdiction starts to take effect. -
getEndDate
Getter for endDate The date in which this tax region jurisdiction stops to take effect. -
setEndDate
Setter for endDate The date in which this tax region jurisdiction stops to take effect. -
getModifiedDate
Getter for modifiedDate The modifiedDate of the tax region jurisdiction. -
setModifiedDate
Setter for modifiedDate The modifiedDate of the tax region jurisdiction. -
toString
Returns a JSON string representation of TaxRegionJurisdictionModel
-