public class AddressPersonal extends Object
| Constructor and Description |
|---|
AddressPersonal() |
| 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
|
PersonalName |
getName()
Object containing the name details of the customer
|
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 |
setName(PersonalName value)
Object containing the name details of the customer
|
void |
setState(String value)
Full name of the state or province
|
void |
setStreet(String value)
Street name
|
void |
setZip(String value)
Zip code
|
AddressPersonal |
withAdditionalInfo(String value)
Second line of street or additional address information
|
AddressPersonal |
withCity(String value)
City
|
AddressPersonal |
withCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
AddressPersonal |
withHouseNumber(String value)
House number
|
AddressPersonal |
withName(PersonalName value)
Object containing the name details of the customer
|
AddressPersonal |
withState(String value)
Full name of the state or province
|
AddressPersonal |
withStreet(String value)
Street name
|
AddressPersonal |
withZip(String value)
Zip code
|
public String getAdditionalInfo()
public void setAdditionalInfo(String value)
public AddressPersonal withAdditionalInfo(String value)
public String getCity()
public void setCity(String value)
public AddressPersonal withCity(String value)
public String getCountryCode()
public void setCountryCode(String value)
public AddressPersonal withCountryCode(String value)
public String getHouseNumber()
public void setHouseNumber(String value)
public AddressPersonal withHouseNumber(String value)
public PersonalName getName()
public void setName(PersonalName value)
public AddressPersonal withName(PersonalName value)
public String getState()
public void setState(String value)
public AddressPersonal withState(String value)
public String getStreet()
public void setStreet(String value)
public AddressPersonal withStreet(String value)
public String getZip()
public void setZip(String value)
public AddressPersonal withZip(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.