Interface CheckoutFlowFacade
-
- All Superinterfaces:
AcceleratorCheckoutFacade,CheckoutFacade
- All Known Implementing Classes:
B2BMultiStepCheckoutFlowFacade,DefaultCheckoutFlowFacade,SapCreditCheckB2BMultiStepCheckoutFlowFacade,SapOrdermgmtB2BMultiStepCheckoutFlowFacade,SessionOverrideCheckoutFlowFacade
public interface CheckoutFlowFacade extends AcceleratorCheckoutFacade
CheckoutFlowFacade interface extends theAcceleratorCheckoutFacade.- Since:
- 4.6
- Spring Bean ID:
- checkoutFacade
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.acceleratorfacades.order.AcceleratorCheckoutFacade
AcceleratorCheckoutFacade.ExpressCheckoutResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckoutPciOptionEnumgetSubscriptionPciOption()Gets the subscription pci option-
Methods inherited from interface de.hybris.platform.acceleratorfacades.order.AcceleratorCheckoutFacade
consolidateCheckoutCart, getCheckoutFlowGroupForCheckout, getConsolidatedPickupOptions, hasNoDeliveryAddress, hasNoDeliveryMode, hasNoPaymentInfo, hasValidCart, isExpressCheckoutAllowedForCart, isExpressCheckoutEnabledForStore, isNewAddressEnabledForCart, isRemoveAddressEnabledForCart, isTaxEstimationEnabledForCart, performExpressCheckout
-
Methods inherited from interface de.hybris.platform.commercefacades.order.CheckoutFacade
authorizePayment, containsTaxValues, createPaymentSubscription, getAddressDataForId, getBillingCountries, getCheckoutCart, getCountries, getDeliveryAddressForCode, getDeliveryCountries, getSupportedCardTypes, getSupportedDeliveryAddresses, getSupportedDeliveryModes, hasCheckoutCart, hasPickUpItems, hasShippingItems, placeOrder, prepareCartForCheckout, removeDeliveryAddress, removeDeliveryMode, setCheapestDeliveryModeForCheckout, setDefaultDeliveryAddressForCheckout, setDefaultPaymentInfoForCheckout, setDeliveryAddress, setDeliveryAddressIfAvailable, setDeliveryMode, setDeliveryModeIfAvailable, setPaymentDetails, setPaymentInfoIfAvailable
-
-
-
-
Method Detail
-
getSubscriptionPciOption
CheckoutPciOptionEnum getSubscriptionPciOption()
Gets the subscription pci option- Returns:
- the pci option
-
-