Uses of Class
com.broadleafcommerce.cart.service.messaging.event.PaymentNextAction
Packages that use PaymentNextAction
-
Uses of PaymentNextAction in com.broadleafcommerce.cart.service.messaging.event
Methods in com.broadleafcommerce.cart.service.messaging.event that return types with arguments of type PaymentNextActionModifier and TypeMethodDescriptionCartAwaitingPaymentResultsEvent.getPaymentNextActions()
A collection ofPaymentNextActions
describing the required next steps for the payment.Method parameters in com.broadleafcommerce.cart.service.messaging.event with type arguments of type PaymentNextActionModifier and TypeMethodDescriptionvoid
CartAwaitingPaymentResultsEvent.setPaymentNextActions
(List<PaymentNextAction> paymentNextActions) A collection ofPaymentNextActions
describing the required next steps for the payment.