Uses of Class
com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentNextAction
Package
Description
-
Uses of PaymentNextAction in com.broadleafcommerce.cartoperation.domain.checkout
Modifier and TypeMethodDescriptionCheckoutProcessDto.getPaymentNextActions()
A collection ofPaymentNextActions
describing the required next steps for the payment.Modifier and TypeMethodDescriptionvoid
CheckoutProcessDto.setPaymentNextActions
(List<PaymentNextAction> paymentNextActions) A collection ofPaymentNextActions
describing the required next steps for the payment. -
Uses of PaymentNextAction in com.broadleafcommerce.cartoperation.service.checkout
Modifier and TypeMethodDescriptionprotected List<PaymentNextAction>
DefaultCheckoutService.getPaymentNextActions
(List<PaymentTransactionFailureDetail> paymentTransactionFailureDetails) -
Uses of PaymentNextAction in com.broadleafcommerce.cartoperation.service.messaging.finalizecart
Modifier and TypeMethodDescriptionCartAwaitingPaymentResultsEvent.getPaymentNextActions()
A collection ofPaymentNextActions
describing the required next steps for the payment.Modifier and TypeMethodDescriptionvoid
CartAwaitingPaymentResultsEvent.setPaymentNextActions
(List<PaymentNextAction> paymentNextActions) A collection ofPaymentNextActions
describing the required next steps for the payment. -
Uses of PaymentNextAction in com.broadleafcommerce.cartoperation.service.payment
Modifier and TypeMethodDescriptionprotected PaymentNextAction
DefaultPaymentTransactionExecutionService.getPaymentNextAction
(@NonNull TransactionExecutionResponse response) -
Uses of PaymentNextAction in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout
Modifier and TypeMethodDescriptionCheckoutResponse.getPaymentNextActions()
A collection ofPaymentNextActions
describing the required next steps for the payment.Modifier and TypeMethodDescriptionvoid
CheckoutResponse.setPaymentNextActions
(List<PaymentNextAction> paymentNextActions) A collection ofPaymentNextActions
describing the required next steps for the payment.