Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayReportingService
-
Packages that use PaymentGatewayReportingService Package Description com.broadleafcommerce.paymentgateway.service.provider -
-
Uses of PaymentGatewayReportingService in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayReportingService Modifier and Type Method Description PaymentGatewayReportingServiceDefaultPaymentGatewayResourceProvider. getReportingService(@NonNull String gatewayType)PaymentGatewayReportingServicePaymentGatewayResourceProvider. getReportingService(String gatewayType)Returns the firstPaymentGatewayReportingServicethat matches the givenPaymentGatewayType.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayReportingService Modifier and Type Method Description protected List<PaymentGatewayReportingService>DefaultPaymentGatewayResourceProvider. getReportingServices()
-