public class GetCustomerDetailsResponse extends Object
Constructor and Description |
---|
GetCustomerDetailsResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCity()
The city in which the customer resides.
|
String |
getCountry()
The country in which the customer resides.
|
String |
getEmailAddress()
The email address registered to the customer.
|
String |
getFirstName()
The first name of the customer
|
String |
getFiscalNumber()
The fiscal number (SSN) for the customer.
|
String |
getLanguageCode()
The code of the language used by the customer.
|
String |
getPhoneNumber()
The phone number registered to the customer.
|
String |
getStreet()
The street on which the customer resides.
|
String |
getSurname()
The surname or family name of the customer.
|
String |
getZip()
The ZIP or postal code for the area in which the customer resides.
|
void |
setCity(String value)
The city in which the customer resides.
|
void |
setCountry(String value)
The country in which the customer resides.
|
void |
setEmailAddress(String value)
The email address registered to the customer.
|
void |
setFirstName(String value)
The first name of the customer
|
void |
setFiscalNumber(String value)
The fiscal number (SSN) for the customer.
|
void |
setLanguageCode(String value)
The code of the language used by the customer.
|
void |
setPhoneNumber(String value)
The phone number registered to the customer.
|
void |
setStreet(String value)
The street on which the customer resides.
|
void |
setSurname(String value)
The surname or family name of the customer.
|
void |
setZip(String value)
The ZIP or postal code for the area in which the customer resides.
|
public String getCity()
public void setCity(String value)
public String getCountry()
public void setCountry(String value)
public String getEmailAddress()
public void setEmailAddress(String value)
public String getFirstName()
public void setFirstName(String value)
public String getFiscalNumber()
public void setFiscalNumber(String value)
public String getLanguageCode()
public void setLanguageCode(String value)
public String getPhoneNumber()
public void setPhoneNumber(String value)
public String getStreet()
public void setStreet(String value)
public String getSurname()
public void setSurname(String value)
public String getZip()
public void setZip(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.