Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayTransactionService
Packages that use PaymentGatewayTransactionService
Package
Description
-
Uses of PaymentGatewayTransactionService in com.broadleafcommerce.paymentgateway.service.passthrough
Subinterfaces of PaymentGatewayTransactionService in com.broadleafcommerce.paymentgateway.service.passthroughClasses in com.broadleafcommerce.paymentgateway.service.passthrough that implement PaymentGatewayTransactionServiceModifier and TypeClassDescriptionclass
Passthrough Transaction Service intended to be used for Testing Purposes.class
-
Uses of PaymentGatewayTransactionService in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayTransactionServiceModifier and TypeMethodDescriptionDefaultPaymentGatewayResourceProvider.getTransactionService
(@NonNull String gatewayType) PaymentGatewayResourceProvider.getTransactionService
(String gatewayType) Returns the firstPaymentGatewayTransactionService
that matches the givenPaymentGatewayType
.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayTransactionServiceModifier and TypeMethodDescriptionprotected List<PaymentGatewayTransactionService>
DefaultPaymentGatewayResourceProvider.getTransactionServices()