public class ContactDetails extends Object
| Constructor and Description |
|---|
ContactDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Email address of the customer
|
String |
getFaxNumber()
International version of the fax number of the customer including the leading + (i.e.
|
String |
getMobilePhoneNumber()
International version of the mobile phone number of the customer including the leading + (i.e.
|
String |
getPhoneNumber()
International version of the phone number of the customer including the leading + (i.e.
|
String |
getWorkPhoneNumber()
International version of the work phone number of the customer including the leading + (i.e.
|
void |
setEmailAddress(String value)
Email address of the customer
|
void |
setFaxNumber(String value)
International version of the fax number of the customer including the leading + (i.e.
|
void |
setMobilePhoneNumber(String value)
International version of the mobile phone number of the customer including the leading + (i.e.
|
void |
setPhoneNumber(String value)
International version of the phone number of the customer including the leading + (i.e.
|
void |
setWorkPhoneNumber(String value)
International version of the work phone number of the customer including the leading + (i.e.
|
ContactDetails |
withEmailAddress(String value)
Email address of the customer
|
ContactDetails |
withFaxNumber(String value)
International version of the fax number of the customer including the leading + (i.e.
|
ContactDetails |
withMobilePhoneNumber(String value)
International version of the mobile phone number of the customer including the leading + (i.e.
|
ContactDetails |
withPhoneNumber(String value)
International version of the phone number of the customer including the leading + (i.e.
|
ContactDetails |
withWorkPhoneNumber(String value)
International version of the work phone number of the customer including the leading + (i.e.
|
public String getEmailAddress()
public void setEmailAddress(String value)
public ContactDetails withEmailAddress(String value)
public String getFaxNumber()
public void setFaxNumber(String value)
public ContactDetails withFaxNumber(String value)
public String getMobilePhoneNumber()
public void setMobilePhoneNumber(String value)
public ContactDetails withMobilePhoneNumber(String value)
public String getPhoneNumber()
public void setPhoneNumber(String value)
public ContactDetails withPhoneNumber(String value)
public String getWorkPhoneNumber()
public void setWorkPhoneNumber(String value)
public ContactDetails withWorkPhoneNumber(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.