Interface CheckoutCustomerStrategy
- All Known Implementing Classes:
DefaultCheckoutCustomerStrategy
public interface CheckoutCustomerStrategy
-
Method Summary
Modifier and TypeMethodDescriptionReturnsCustomerModelfor the current checkout.booleanChecks if the checkout is a anonymous Checkout
-
Method Details
-
isAnonymousCheckout
boolean isAnonymousCheckout()Checks if the checkout is a anonymous Checkout- Returns:
- boolean
-
getCurrentUserForCheckout
CustomerModel getCurrentUserForCheckout()ReturnsCustomerModelfor the current checkout.- Returns:
-