Interface B2BCheckoutFlowStrategy
- All Known Implementing Classes:
FixedB2BCheckoutFlowStrategy
public interface B2BCheckoutFlowStrategy
Abstraction for strategy determining flow for checkout logic.
- Since:
- 4.6
-
Method Summary
Modifier and TypeMethodDescriptionReturns one of the possibleCheckoutFlowEnumvalues - to select the checkout flow
-
Method Details
-
getCheckoutFlow
CheckoutFlowEnum getCheckoutFlow()Returns one of the possibleCheckoutFlowEnumvalues - to select the checkout flow
-