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 Type
    Method
    Description
    Retrieves email address of a given customer
  • Method Details

    • getEmailForCustomer

      String getEmailForCustomer(CustomerModel customerModel)
      Retrieves email address of a given customer
      Parameters:
      customerModel - the customer
      Returns:
      the customer's email address