Uses of Class
com.broadleafcommerce.paymentgateway.domain.NextAction
Packages that use NextAction
Package
Description
-
Uses of NextAction in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return NextActionModifier and TypeMethodDescriptionPaymentResponse.getNextAction()
PaymentTransaction.getNextAction()
Methods in com.broadleafcommerce.paymentgateway.domain with parameters of type NextActionModifier and TypeMethodDescriptionPaymentResponse.nextAction
(NextAction nextAction) void
PaymentTransaction.setNextAction
(NextAction nextAction) The next step required for the payment gateway to continue processing this payment. -
Uses of NextAction in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service that return NextActionModifier and TypeMethodDescriptiondefault NextAction
PaymentGatewayPaymentSummaryService.buildNextActionFromPayment
(PaymentInfo paymentInfo, String applicationId, String tenantId) Builds aNextAction
based on the providedPaymentInfo
.