public class ContactDetails extends ContactDetailsBase
Constructor and Description |
---|
ContactDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getFaxNumber()
Fax number of the customer
|
String |
getMobilePhoneNumber()
International version of the mobile phone number of the customer including the leading + (i.e.
|
String |
getPhoneNumber()
Phone number of the customer.
|
String |
getWorkPhoneNumber()
International version of the work phone number of the customer including the leading + (i.e.
|
void |
setFaxNumber(String value)
Fax number of the customer
|
void |
setMobilePhoneNumber(String value)
International version of the mobile phone number of the customer including the leading + (i.e.
|
void |
setPhoneNumber(String value)
Phone number of the customer.
|
void |
setWorkPhoneNumber(String value)
International version of the work phone number of the customer including the leading + (i.e.
|
getEmailAddress, getEmailMessageType, setEmailAddress, setEmailMessageType
public String getFaxNumber()
public void setFaxNumber(String value)
public String getMobilePhoneNumber()
public void setMobilePhoneNumber(String value)
public String getPhoneNumber()
public void setPhoneNumber(String value)
public String getWorkPhoneNumber()
public void setWorkPhoneNumber(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.