Uses of Class
com.onlinepayments.domain.ContactDetails
Packages that use ContactDetails
-
Uses of ContactDetails in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ContactDetailsModifier and TypeMethodDescriptionCustomer.getContactDetails()Object containing contact details like email address and phone numberContactDetails.withEmailAddress(String value) Email address of the customerContactDetails.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.Methods in com.onlinepayments.domain with parameters of type ContactDetailsModifier and TypeMethodDescriptionvoidCustomer.setContactDetails(ContactDetails value) Object containing contact details like email address and phone numberCustomer.withContactDetails(ContactDetails value) Object containing contact details like email address and phone number