Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.NextAction
Packages that use NextAction
Package
Description
-
Uses of NextAction in com.broadleafcommerce.cartoperation.domain.payment
Methods in com.broadleafcommerce.cartoperation.domain.payment that return NextActionModifier and TypeMethodDescriptionPaymentTransactionRef.getNextAction()
The next step required for the payment gateway to continue processing this payment.Methods in com.broadleafcommerce.cartoperation.domain.payment with parameters of type NextActionModifier and TypeMethodDescriptionvoid
PaymentTransactionRef.setNextAction
(NextAction nextAction) The next step required for the payment gateway to continue processing this payment. -
Uses of NextAction in com.broadleafcommerce.cartoperation.service.messaging.finalizecart
Methods in com.broadleafcommerce.cartoperation.service.messaging.finalizecart that return NextActionMethods in com.broadleafcommerce.cartoperation.service.messaging.finalizecart with parameters of type NextActionModifier and TypeMethodDescriptionvoid
PaymentTransactionResultEvent.setNextAction
(NextAction nextAction) -
Uses of NextAction in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
Methods in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment that return NextActionMethods in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment with parameters of type NextActionModifier and TypeMethodDescriptionvoid
TransactionExecutionDetail.setNextAction
(NextAction nextAction) The next step required for the payment gateway to continue processing this payment. -
Uses of NextAction in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout
Methods in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout that return NextActionModifier and TypeMethodDescriptionPaymentNextAction.getNextAction()
The next step required for the payment gateway to continue processing this payment.PaymentTransactionFailureDetail.getNextAction()
Methods in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout with parameters of type NextActionModifier and TypeMethodDescriptionvoid
PaymentNextAction.setNextAction
(NextAction nextAction) The next step required for the payment gateway to continue processing this payment.void
PaymentTransactionFailureDetail.setNextAction
(NextAction nextAction) The next step required for the payment gateway to continue processing this payment.