Interface CustomerResolutionService
-
- All Known Implementing Classes:
DefaultCustomerResolutionService
public interface CustomerResolutionServiceService interface to resolve information about the current customer in different contexts (e.g. accelerator storefronts, CS cockpit).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCurrencyIso()Returns the ISO currency code.CustomerModelgetCurrentCustomer()Returns the current customer.
-
-
-
Method Detail
-
getCurrentCustomer
@Nullable CustomerModel getCurrentCustomer()
Returns the current customer.- Returns:
CustomerModelthe current customer
-
getCurrencyIso
@Nullable java.lang.String getCurrencyIso()
Returns the ISO currency code.- Returns:
Stringthe ISO currency code
-
-