Uses of Class
com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentNextAction
Packages that use PaymentNextAction
Package
Description
-
Uses of PaymentNextAction in com.broadleafcommerce.cartoperation.domain.checkout
Methods in com.broadleafcommerce.cartoperation.domain.checkout that return types with arguments of type PaymentNextActionModifier and TypeMethodDescriptionCheckoutProcessDto.getPaymentNextActions()
A collection ofPaymentNextActions
describing the required next steps for the payment.Method parameters in com.broadleafcommerce.cartoperation.domain.checkout with type arguments of type PaymentNextActionModifier 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
Methods in com.broadleafcommerce.cartoperation.service.checkout that return types with arguments of type PaymentNextActionModifier and TypeMethodDescriptionprotected List<PaymentNextAction>
DefaultCheckoutService.getPaymentNextActions
(List<PaymentTransactionFailureDetail> paymentTransactionFailureDetails) -
Uses of PaymentNextAction in com.broadleafcommerce.cartoperation.service.messaging.finalizecart
Methods in com.broadleafcommerce.cartoperation.service.messaging.finalizecart 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.cartoperation.service.messaging.finalizecart with type arguments of type PaymentNextActionModifier 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
Methods in com.broadleafcommerce.cartoperation.service.payment that return PaymentNextActionModifier and TypeMethodDescriptionprotected PaymentNextAction
DefaultPaymentTransactionExecutionService.getPaymentNextAction
(@NonNull TransactionExecutionResponse response) -
Uses of PaymentNextAction in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout
Methods in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout that return types with arguments of type PaymentNextActionModifier and TypeMethodDescriptionCheckoutResponse.getPaymentNextActions()
A collection ofPaymentNextActions
describing the required next steps for the payment.Method parameters in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout with type arguments of type PaymentNextActionModifier and TypeMethodDescriptionvoid
CheckoutResponse.setPaymentNextActions
(List<PaymentNextAction> paymentNextActions) A collection ofPaymentNextActions
describing the required next steps for the payment.