Interface CheckoutFlowFacade
-
- All Known Implementing Classes:
DefaultB2BCheckoutFlowFacade
public interface CheckoutFlowFacade
The CheckoutFlowFacade supports resolving theCheckoutFlowEnum
for the current request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckoutFlowEnum
getCheckoutFlow()
Gets the checkout flow.CheckoutPciOptionEnum
getSubscriptionPciOption()
Gets the subscription PCI Option.
-
-
-
Method Detail
-
getCheckoutFlow
CheckoutFlowEnum getCheckoutFlow()
Gets the checkout flow.- Returns:
- the enum value of the checkout flow
-
getSubscriptionPciOption
CheckoutPciOptionEnum getSubscriptionPciOption()
Gets the subscription PCI Option.- Returns:
- the enum value for subscription PCI Option
-
-