public class PostalCodeModel
extends java.lang.Object
Constructor and Description |
---|
PostalCodeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountry()
Getter for country
Country this PostalCode locates in
|
java.util.Date |
getEffDate()
Getter for effDate
The date when the PostalCode becomes effective
|
java.util.Date |
getEndDate()
Getter for endDate
The date when the PostalCode becomes expired
|
java.lang.String |
getPostalCode()
Getter for postalCode
The postalCode
|
java.lang.String |
getRegion()
Getter for region
The Region/State/Province this PostalCode locates in
|
java.lang.Integer |
getTaxRegionId()
Getter for taxRegionId
An Avalara assigned TaxRegion Id associated to the PostalCode
|
void |
setCountry(java.lang.String value)
Setter for country
Country this PostalCode locates in
|
void |
setEffDate(java.util.Date value)
Setter for effDate
The date when the PostalCode becomes effective
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date when the PostalCode becomes expired
|
void |
setPostalCode(java.lang.String value)
Setter for postalCode
The postalCode
|
void |
setRegion(java.lang.String value)
Setter for region
The Region/State/Province this PostalCode locates in
|
void |
setTaxRegionId(java.lang.Integer value)
Setter for taxRegionId
An Avalara assigned TaxRegion Id associated to the PostalCode
|
java.lang.String |
toString()
Returns a JSON string representation of PostalCodeModel
|
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.Integer getTaxRegionId()
public void setTaxRegionId(java.lang.Integer value)
public java.util.Date getEffDate()
public void setEffDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object