Interface B2BCheckoutFlowStrategy
-
- All Known Implementing Classes:
FixedB2BCheckoutFlowStrategy
public interface B2BCheckoutFlowStrategy
Abstraction for strategy determining flow for checkout logic.- Since:
- 4.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckoutFlowEnum
getCheckoutFlow()
Returns one of the possibleCheckoutFlowEnum
values - to select the checkout flow
-
-
-
Method Detail
-
getCheckoutFlow
CheckoutFlowEnum getCheckoutFlow()
Returns one of the possibleCheckoutFlowEnum
values - to select the checkout flow
-
-