Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.NextAction
Package
Description
-
Uses of NextAction in com.broadleafcommerce.cartoperation.domain.payment
Modifier and TypeMethodDescriptionPaymentTransactionRef.getNextAction()
The next step required for the payment gateway to continue processing this payment.Modifier 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
Modifier and TypeMethodDescriptionvoid
PaymentTransactionResultEvent.setNextAction
(NextAction nextAction) -
Uses of NextAction in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
Modifier 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
Modifier and TypeMethodDescriptionPaymentNextAction.getNextAction()
The next step required for the payment gateway to continue processing this payment.PaymentTransactionFailureDetail.getNextAction()
Modifier 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.