public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalInfo()
Second line of street or additional address information
|
String |
getCity()
City
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code
|
String |
getHouseNumber()
House number
|
String |
getState()
Full name of the state or province
|
String |
getStreet()
Street name
|
String |
getZip()
Zip code
|
void |
setAdditionalInfo(String value)
Second line of street or additional address information
|
void |
setCity(String value)
City
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
void |
setHouseNumber(String value)
House number
|
void |
setState(String value)
Full name of the state or province
|
void |
setStreet(String value)
Street name
|
void |
setZip(String value)
Zip code
|
Address |
withAdditionalInfo(String value)
Second line of street or additional address information
|
Address |
withCity(String value)
City
|
Address |
withCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
Address |
withHouseNumber(String value)
House number
|
Address |
withState(String value)
Full name of the state or province
|
Address |
withStreet(String value)
Street name
|
Address |
withZip(String value)
Zip code
|
public String getAdditionalInfo()
public void setAdditionalInfo(String value)
public Address withAdditionalInfo(String value)
public String getCity()
public void setCity(String value)
public String getCountryCode()
public void setCountryCode(String value)
public String getHouseNumber()
public void setHouseNumber(String value)
public String getState()
public void setState(String value)
public String getStreet()
public void setStreet(String value)
public String getZip()
public void setZip(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.