Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayTransactionService
-
Packages that use PaymentGatewayTransactionService Package Description com.broadleafcommerce.paymentgateway.service.passthrough com.broadleafcommerce.paymentgateway.service.provider -
-
Uses of PaymentGatewayTransactionService in com.broadleafcommerce.paymentgateway.service.passthrough
Subinterfaces of PaymentGatewayTransactionService in com.broadleafcommerce.paymentgateway.service.passthrough Modifier and Type Interface Description interfacePassthroughTransactionServiceClasses in com.broadleafcommerce.paymentgateway.service.passthrough that implement PaymentGatewayTransactionService Modifier and Type Class Description classDefaultPassthroughTestingTransactionServicePassthrough Transaction Service intended to be used for Testing Purposes.classDefaultPassthroughTransactionService -
Uses of PaymentGatewayTransactionService in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayTransactionService Modifier and Type Method Description PaymentGatewayTransactionServiceDefaultPaymentGatewayResourceProvider. getTransactionService(@NonNull String gatewayType)PaymentGatewayTransactionServicePaymentGatewayResourceProvider. getTransactionService(String gatewayType)Returns the firstPaymentGatewayTransactionServicethat matches the givenPaymentGatewayType.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayTransactionService Modifier and Type Method Description protected List<PaymentGatewayTransactionService>DefaultPaymentGatewayResourceProvider. getTransactionServices()
-