public class JurisdictionOverrideModel
extends java.lang.Object
Constructor and Description |
---|
JurisdictionOverrideModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The unique ID number assigned to this account.
|
BoundaryLevel |
getBoundaryLevel()
Getter for boundaryLevel
The boundary level of this override
|
java.lang.String |
getCity()
Getter for city
The city address of the physical location affected by this override.
|
java.lang.String |
getCountry()
Getter for country
The two character ISO-3166 country code of the country affected by this override.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The User ID of the user who created this record.
|
java.lang.String |
getDescription()
Getter for description
A description of why this jurisdiction override was created.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date when this override first takes effect.
|
java.util.Date |
getEndDate()
Getter for endDate
The date when this override will cease to take effect.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this override.
|
java.lang.Boolean |
getIsDefault()
Getter for isDefault
True if this is a default boundary
|
java.util.ArrayList<JurisdictionModel> |
getJurisdictions()
Getter for jurisdictions
A list of the tax jurisdictions that will be assigned to this overridden address.
|
java.lang.String |
getLine1()
Getter for line1
The street address of the physical location affected by this override.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
java.lang.String |
getPostalCode()
Getter for postalCode
The postal code of the physical location affected by this override.
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country to be affected by this override.
|
java.lang.Integer |
getTaxRegionId()
Getter for taxRegionId
The TaxRegionId of the new location affected by this jurisdiction override.
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The unique ID number assigned to this account.
|
void |
setBoundaryLevel(BoundaryLevel value)
Setter for boundaryLevel
The boundary level of this override
|
void |
setCity(java.lang.String value)
Setter for city
The city address of the physical location affected by this override.
|
void |
setCountry(java.lang.String value)
Setter for country
The two character ISO-3166 country code of the country affected by this override.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The User ID of the user who created this record.
|
void |
setDescription(java.lang.String value)
Setter for description
A description of why this jurisdiction override was created.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date when this override first takes effect.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date when this override will cease to take effect.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this override.
|
void |
setIsDefault(java.lang.Boolean value)
Setter for isDefault
True if this is a default boundary
|
void |
setJurisdictions(java.util.ArrayList<JurisdictionModel> value)
Setter for jurisdictions
A list of the tax jurisdictions that will be assigned to this overridden address.
|
void |
setLine1(java.lang.String value)
Setter for line1
The street address of the physical location affected by this override.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
void |
setPostalCode(java.lang.String value)
Setter for postalCode
The postal code of the physical location affected by this override.
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country to be affected by this override.
|
void |
setTaxRegionId(java.lang.Integer value)
Setter for taxRegionId
The TaxRegionId of the new location affected by this jurisdiction override.
|
java.lang.String |
toString()
Returns a JSON string representation of JurisdictionOverrideModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getLine1()
public void setLine1(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 getPostalCode()
public void setPostalCode(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.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.util.ArrayList<JurisdictionModel> getJurisdictions()
public void setJurisdictions(java.util.ArrayList<JurisdictionModel> value)
public java.lang.Integer getTaxRegionId()
public void setTaxRegionId(java.lang.Integer value)
public BoundaryLevel getBoundaryLevel()
public void setBoundaryLevel(BoundaryLevel value)
public java.lang.Boolean getIsDefault()
public void setIsDefault(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object