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 ISO 3166 country code
|
java.lang.Long |
getId()
Getter for id
The unique ID number of this address.
|
java.lang.String |
getLatitude()
Getter for latitude
Latitude for 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 |
getLongitude()
Getter for longitude
Longitude for this 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 ISO 3166 region code.
|
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 value)
Setter for boundaryLevel
The boundary level at which this address was validated.
|
void |
setCity(java.lang.String value)
Setter for city
The city for the address.
|
void |
setCountry(java.lang.String value)
Setter for country
The ISO 3166 country code
|
void |
setId(java.lang.Long value)
Setter for id
The unique ID number of this address.
|
void |
setLatitude(java.lang.String value)
Setter for latitude
Latitude for this address
|
void |
setLine1(java.lang.String value)
Setter for line1
The first line of the address.
|
void |
setLine2(java.lang.String value)
Setter for line2
The second line of the address.
|
void |
setLine3(java.lang.String value)
Setter for line3
The third line of the address.
|
void |
setLongitude(java.lang.String value)
Setter for longitude
Longitude for this address
|
void |
setPostalCode(java.lang.String value)
Setter for postalCode
The postal code or zip code for the address.
|
void |
setRegion(java.lang.String value)
Setter for region
The ISO 3166 region code.
|
void |
setTaxRegionId(java.lang.Integer value)
Setter for taxRegionId
The unique ID number of the tax region for this address.
|
void |
setTransactionId(java.lang.Long value)
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.Long getId()
public void setId(java.lang.Long value)
public java.lang.Long getTransactionId()
public void setTransactionId(java.lang.Long value)
public BoundaryLevel getBoundaryLevel()
public void setBoundaryLevel(BoundaryLevel value)
public java.lang.String getLine1()
public void setLine1(java.lang.String value)
public java.lang.String getLine2()
public void setLine2(java.lang.String value)
public java.lang.String getLine3()
public void setLine3(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 getPostalCode()
public void setPostalCode(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.Integer getTaxRegionId()
public void setTaxRegionId(java.lang.Integer value)
public java.lang.String getLatitude()
public void setLatitude(java.lang.String value)
public java.lang.String getLongitude()
public void setLongitude(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object