Interface TravelCheckoutCustomerStrategy
- All Superinterfaces:
de.hybris.platform.commerceservices.strategies.CheckoutCustomerStrategy
- All Known Implementing Classes:
DefaultTravelCheckoutCustomerStrategy
public interface TravelCheckoutCustomerStrategy
extends de.hybris.platform.commerceservices.strategies.CheckoutCustomerStrategy
The interface Travel checkout customer strategy.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValidBookingForCurrentGuestUser(String bookingReference) Checks if the given booking reference is valid booking for the current guest userMethods inherited from interface de.hybris.platform.commerceservices.strategies.CheckoutCustomerStrategy
getCurrentUserForCheckout, isAnonymousCheckout
-
Method Details
-
isValidBookingForCurrentGuestUser
Checks if the given booking reference is valid booking for the current guest user- Parameters:
bookingReference- the booking reference- Returns:
- boolean boolean
-