Interface CheckoutCustomerStrategy

All Known Implementing Classes:
DefaultCheckoutCustomerStrategy

public interface CheckoutCustomerStrategy
  • Method Details

    • isAnonymousCheckout

      boolean isAnonymousCheckout()
      Checks if the checkout is a anonymous Checkout
      Returns:
      boolean
    • getCurrentUserForCheckout

      CustomerModel getCurrentUserForCheckout()
      Returns CustomerModel for the current checkout.
      Returns: