public class MandateAddress extends Object
Constructor and Description |
---|
MandateAddress() |
Modifier and Type | Method and Description |
---|---|
String |
getCity()
City
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code
|
String |
getHouseNumber()
House number
|
String |
getStreet()
Streetname
|
String |
getZip()
Zip code
|
void |
setCity(String value)
City
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
void |
setHouseNumber(String value)
House number
|
void |
setStreet(String value)
Streetname
|
void |
setZip(String value)
Zip code
|
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 getStreet()
public void setStreet(String value)
public String getZip()
public void setZip(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.