public class TransactionAddressModel
extends java.lang.Object
Constructor and Description |
---|
TransactionAddressModel() |
Modifier and Type | Method and Description |
---|---|
BoundaryLevel |
getBoundaryLevel()
Getter for boundaryLevel - The boundary level at which this address was validated.
|
java.lang.String |
getCity()
Getter for city - The city for the address.
|
java.lang.String |
getCountry()
Getter for country - The country for the address.
|
java.lang.Long |
getId()
Getter for id - The unique ID number of this address.
|
java.lang.String |
getLine1()
Getter for line1 - The first line of the address.
|
java.lang.String |
getLine2()
Getter for line2 - The second line of the address.
|
java.lang.String |
getLine3()
Getter for line3 - The third line of the address.
|
java.lang.String |
getPostalCode()
Getter for postalCode - The postal code or zip code for the address.
|
java.lang.String |
getRegion()
Getter for region - The region, state, or province for the address.
|
java.lang.Integer |
getTaxRegionId()
Getter for taxRegionId - The unique ID number of the tax region for this address.
|
java.lang.Long |
getTransactionId()
Getter for transactionId - The unique ID number of the document to which this address belongs.
|
void |
setBoundaryLevel(BoundaryLevel boundaryLevel)
Setter for boundaryLevel - The boundary level at which this address was validated.
|
void |
setCity(java.lang.String city)
Setter for city - The city for the address.
|
void |
setCountry(java.lang.String country)
Setter for country - The country for the address.
|
void |
setId(java.lang.Long id)
Setter for id - The unique ID number of this address.
|
void |
setLine1(java.lang.String line1)
Setter for line1 - The first line of the address.
|
void |
setLine2(java.lang.String line2)
Setter for line2 - The second line of the address.
|
void |
setLine3(java.lang.String line3)
Setter for line3 - The third line of the address.
|
void |
setPostalCode(java.lang.String postalCode)
Setter for postalCode - The postal code or zip code for the address.
|
void |
setRegion(java.lang.String region)
Setter for region - The region, state, or province for the address.
|
void |
setTaxRegionId(java.lang.Integer taxRegionId)
Setter for taxRegionId - The unique ID number of the tax region for this address.
|
void |
setTransactionId(java.lang.Long transactionId)
Setter for transactionId - The unique ID number of the document to which this address belongs.
|
java.lang.String |
toString()
Returns a JSON string representation of TransactionAddressModel.
|
public java.lang.String getCity()
public void setCity(java.lang.String city)
public BoundaryLevel getBoundaryLevel()
public void setBoundaryLevel(BoundaryLevel boundaryLevel)
public java.lang.String getCountry()
public void setCountry(java.lang.String country)
public java.lang.String getLine1()
public void setLine1(java.lang.String line1)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
public java.lang.Integer getTaxRegionId()
public void setTaxRegionId(java.lang.Integer taxRegionId)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.String getRegion()
public void setRegion(java.lang.String region)
public java.lang.String getLine2()
public void setLine2(java.lang.String line2)
public java.lang.Long getTransactionId()
public void setTransactionId(java.lang.Long transactionId)
public java.lang.String getLine3()
public void setLine3(java.lang.String line3)
public java.lang.String toString()
toString
in class java.lang.Object