Interface CheckoutFlowFacade
- All Known Implementing Classes:
DefaultB2BCheckoutFlowFacade
public interface CheckoutFlowFacade
The CheckoutFlowFacade supports resolving the
CheckoutFlowEnum for the current request.-
Method Summary
Modifier and TypeMethodDescriptionGets the checkout flow.Gets the subscription PCI Option.
-
Method Details
-
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
-