Package com.onlinepayments.domain
Class ContactDetails
java.lang.Object
com.onlinepayments.domain.ContactDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEmail address of the customerInternational version of the fax number of the customer including the leading + (i.e.International version of the mobile phone number of the customer including the leading + (i.e.International version of the phone number of the customer including the leading + (i.e.International version of the work phone number of the customer including the leading + (i.e.voidsetEmailAddress(String value) Email address of the customervoidsetFaxNumber(String value) International version of the fax number of the customer including the leading + (i.e.voidsetMobilePhoneNumber(String value) International version of the mobile phone number of the customer including the leading + (i.e.voidsetPhoneNumber(String value) International version of the phone number of the customer including the leading + (i.e.voidsetWorkPhoneNumber(String value) International version of the work phone number of the customer including the leading + (i.e.withEmailAddress(String value) Email address of the customerwithFaxNumber(String value) International version of the fax number of the customer including the leading + (i.e.withMobilePhoneNumber(String value) International version of the mobile phone number of the customer including the leading + (i.e.withPhoneNumber(String value) International version of the phone number of the customer including the leading + (i.e.withWorkPhoneNumber(String value) International version of the work phone number of the customer including the leading + (i.e.
-
Constructor Details
-
ContactDetails
public ContactDetails()
-
-
Method Details
-
getEmailAddress
Email address of the customer -
setEmailAddress
Email address of the customer -
withEmailAddress
Email address of the customer -
getFaxNumber
International version of the fax number of the customer including the leading + (i.e. +16127779311) -
setFaxNumber
International version of the fax number of the customer including the leading + (i.e. +16127779311) -
withFaxNumber
International version of the fax number of the customer including the leading + (i.e. +16127779311) -
getMobilePhoneNumber
International version of the mobile phone number of the customer including the leading + (i.e. +16127779311) -
setMobilePhoneNumber
International version of the mobile phone number of the customer including the leading + (i.e. +16127779311) -
withMobilePhoneNumber
International version of the mobile phone number of the customer including the leading + (i.e. +16127779311) -
getPhoneNumber
International version of the phone number of the customer including the leading + (i.e. +16127779311) -
setPhoneNumber
International version of the phone number of the customer including the leading + (i.e. +16127779311) -
withPhoneNumber
International version of the phone number of the customer including the leading + (i.e. +16127779311) -
getWorkPhoneNumber
International version of the work phone number of the customer including the leading + (i.e. +31235671500) -
setWorkPhoneNumber
International version of the work phone number of the customer including the leading + (i.e. +31235671500) -
withWorkPhoneNumber
International version of the work phone number of the customer including the leading + (i.e. +31235671500)
-