Interface CustomerEmailResolutionService
- All Known Implementing Classes:
B2BCustomerEmailResolutionService,DefaultCustomerEmailResolutionService
public interface CustomerEmailResolutionService
Service interface used to lookup the contact email address for a customer
-
Method Summary
Modifier and TypeMethodDescriptiongetEmailForCustomer(CustomerModel customerModel) Retrieves email address of a given customer
-
Method Details
-
getEmailForCustomer
Retrieves email address of a given customer- Parameters:
customerModel- the customer- Returns:
- the customer's email address
-