Uses of Class
com.broadleafcommerce.adyen.domain.CreateCheckoutSessionRequest
Packages that use CreateCheckoutSessionRequest
Package
Description
-
Uses of CreateCheckoutSessionRequest in com.broadleafcommerce.adyen.provider
Methods in com.broadleafcommerce.adyen.provider with parameters of type CreateCheckoutSessionRequestModifier and TypeMethodDescriptionAdyenProvider.createSession
(@NonNull CreateCheckoutSessionRequest request, String applicationId, String tenantId) This method is responsible for making call to create session end-point of Adyen. -
Uses of CreateCheckoutSessionRequest in com.broadleafcommerce.adyen.provider.external
Methods in com.broadleafcommerce.adyen.provider.external with parameters of type CreateCheckoutSessionRequestModifier and TypeMethodDescriptionExternalAdyenProvider.createSession
(@NonNull CreateCheckoutSessionRequest request, String applicationId, String tenantId) -
Uses of CreateCheckoutSessionRequest in com.broadleafcommerce.adyen.service
Methods in com.broadleafcommerce.adyen.service that return CreateCheckoutSessionRequestModifier and TypeMethodDescriptionprotected CreateCheckoutSessionRequest
DefaultAdyenSessionService.buildCreateSessionRequest
(@NonNull SessionRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.adyen.service with parameters of type CreateCheckoutSessionRequestModifier and TypeMethodDescriptionprotected void
DefaultAdyenSessionService.addSavedPaymentMethodAttributes
(CreateCheckoutSessionRequest createCheckoutSessionRequest, SessionRequest request) this method expected to be invoked in 2 places: 1st during checkout process, in that case mode should be "ask for consent" - checkbox on "drop-in" plugin will be shown.