public class Address extends Object
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalInfo()
Additional address information.
|
String |
getCity()
City
Note: For payments with product 1503 the maximum length is not 40 but 20. |
String |
getCountryCode()
ISO 3166-1 alpha-2 country code
|
String |
getHouseNumber()
House number.
|
String |
getState()
Full name of the state or province
|
String |
getStateCode()
ISO 3166-2 alpha-3 state code
Notes:
|
String |
getStreet()
Streetname
|
String |
getZip()
Zip code
Note: For payments with product 1503 the maximum length is not 10 but 8. |
void |
setAdditionalInfo(String value)
Additional address information.
|
void |
setCity(String value)
City
Note: For payments with product 1503 the maximum length is not 40 but 20. |
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 |
setStateCode(String value)
ISO 3166-2 alpha-3 state code
Notes:
|
void |
setStreet(String value)
Streetname
|
void |
setZip(String value)
Zip code
Note: For payments with product 1503 the maximum length is not 10 but 8. |
public String getAdditionalInfo()
public void setAdditionalInfo(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 getStateCode()
public void setStateCode(String value)
public String getStreet()
public void setStreet(String value)
public String getZip()
public void setZip(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.