Uses of Interface
com.broadleafcommerce.paymenttransaction.service.ThreeDSTransactionResultService
Packages that use ThreeDSTransactionResultService
Package
Description
-
Uses of ThreeDSTransactionResultService in com.broadleafcommerce.paymenttransaction.service
Classes in com.broadleafcommerce.paymenttransaction.service that implement ThreeDSTransactionResultServiceModifier and TypeClassDescriptionclass
The default implementation forThreeDSTransactionResultService
. -
Uses of ThreeDSTransactionResultService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure that return ThreeDSTransactionResultServiceModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.threeDSTransactionResultService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentService<Payment> paymentService, PaymentLockService<Payment> paymentLockService, TransactionExecutionUtil transactionExecutionUtil, TransactionExecutionService transactionExecutionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ThreeDSTransactionResultService in com.broadleafcommerce.paymenttransaction.web.endpoint
Methods in com.broadleafcommerce.paymenttransaction.web.endpoint that return ThreeDSTransactionResultServiceModifier and TypeMethodDescriptionprotected ThreeDSTransactionResultService
ThreeDSTransactionResultEndpoint.getThreeDSTransactionResultService()
Constructors in com.broadleafcommerce.paymenttransaction.web.endpoint with parameters of type ThreeDSTransactionResultServiceModifierConstructorDescriptionThreeDSTransactionResultEndpoint
(ThreeDSTransactionResultService threeDSTransactionResultService, PaymentService<Payment> paymentService, PaymentTransactionService<PaymentTransaction> paymentTransactionService)