Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGateway3DSTransactionLookupService
-
Packages that use PaymentGateway3DSTransactionLookupService Package Description com.broadleafcommerce.paymentgateway.service.provider -
-
Uses of PaymentGateway3DSTransactionLookupService in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGateway3DSTransactionLookupService Modifier and Type Method Description PaymentGateway3DSTransactionLookupServiceDefaultPaymentGatewayResourceProvider. get3DSTransactionLookupService(@NonNull String gatewayType)PaymentGateway3DSTransactionLookupServicePaymentGatewayResourceProvider. get3DSTransactionLookupService(String gatewayType)Returns the implementation ofPaymentGateway3DSTransactionLookupServicefor the specified gateway type.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGateway3DSTransactionLookupService Modifier and Type Method Description protected List<PaymentGateway3DSTransactionLookupService>DefaultPaymentGatewayResourceProvider. getThreeDSTransactionLookupServices()Method parameters in com.broadleafcommerce.paymentgateway.service.provider with type arguments of type PaymentGateway3DSTransactionLookupService Modifier and Type Method Description voidDefaultPaymentGatewayResourceProvider. setThreeDSTransactionLookupServices(List<PaymentGateway3DSTransactionLookupService> threeDSTransactionLookupServices)
-