Uses of Class
com.broadleafcommerce.paymentgateway.domain.NextAction
Packages that use NextAction
-
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.