public class Debtor extends Object
Constructor and Description |
---|
Debtor() |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalAddressInfo()
Additional information about the debtor's address, like Suite II, Apartment 2a
|
String |
getCity()
City of the debtor's address
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code of the debtor's address
|
String |
getFirstName()
Debtor first name
|
String |
getHouseNumber()
House number of the debtor's address
|
String |
getState()
State of debtor address
|
String |
getStateCode()
ISO 3166-2 alpha-3 state code
Notes:
|
String |
getStreet()
Street of debtor's address
|
String |
getSurname()
Debtor's last name
|
String |
getSurnamePrefix()
Prefix of the debtor's last name
|
String |
getZip()
ZIP code of the debtor's address
|
void |
setAdditionalAddressInfo(String value)
Additional information about the debtor's address, like Suite II, Apartment 2a
|
void |
setCity(String value)
City of the debtor's address
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code of the debtor's address
|
void |
setFirstName(String value)
Debtor first name
|
void |
setHouseNumber(String value)
House number of the debtor's address
|
void |
setState(String value)
State of debtor address
|
void |
setStateCode(String value)
ISO 3166-2 alpha-3 state code
Notes:
|
void |
setStreet(String value)
Street of debtor's address
|
void |
setSurname(String value)
Debtor's last name
|
void |
setSurnamePrefix(String value)
Prefix of the debtor's last name
|
void |
setZip(String value)
ZIP code of the debtor's address
|
public String getAdditionalAddressInfo()
public void setAdditionalAddressInfo(String value)
public String getCity()
public void setCity(String value)
public String getCountryCode()
public void setCountryCode(String value)
public String getFirstName()
public void setFirstName(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 getSurname()
public void setSurname(String value)
public String getSurnamePrefix()
public void setSurnamePrefix(String value)
public String getZip()
public void setZip(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.