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 ofPaymentNextActionsdescribing the required next steps for the payment.Method parameters in com.broadleafcommerce.cartoperation.domain.checkout with type arguments of type PaymentNextActionModifier and TypeMethodDescriptionvoidCheckoutProcessDto.setPaymentNextActions(List<PaymentNextAction> paymentNextActions) A collection ofPaymentNextActionsdescribing 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 ofPaymentNextActionsdescribing the required next steps for the payment.Method parameters in com.broadleafcommerce.cartoperation.service.messaging.finalizecart with type arguments of type PaymentNextActionModifier and TypeMethodDescriptionvoidCartAwaitingPaymentResultsEvent.setPaymentNextActions(List<PaymentNextAction> paymentNextActions) A collection ofPaymentNextActionsdescribing 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 PaymentNextActionDefaultPaymentTransactionExecutionService.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 ofPaymentNextActionsdescribing the required next steps for the payment.Method parameters in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout with type arguments of type PaymentNextActionModifier and TypeMethodDescriptionvoidCheckoutResponse.setPaymentNextActions(List<PaymentNextAction> paymentNextActions) A collection ofPaymentNextActionsdescribing the required next steps for the payment.