Interface CheckoutCustomerStrategy
-
- All Known Implementing Classes:
DefaultCheckoutCustomerStrategy
public interface CheckoutCustomerStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerModel
getCurrentUserForCheckout()
ReturnsCustomerModel
for the current checkout.boolean
isAnonymousCheckout()
Checks if the checkout is a anonymous Checkout
-
-
-
Method Detail
-
isAnonymousCheckout
boolean isAnonymousCheckout()
Checks if the checkout is a anonymous Checkout- Returns:
- boolean
-
getCurrentUserForCheckout
CustomerModel getCurrentUserForCheckout()
ReturnsCustomerModel
for the current checkout.- Returns:
-
-