public class DefaultPaymentGatewayReportingServiceProvider extends Object implements PaymentGatewayReportingServiceProvider
Constructor and Description |
---|
DefaultPaymentGatewayReportingServiceProvider(@NonNull List<PaymentGatewayReportingService> reportingServices) |
Modifier and Type | Method and Description |
---|---|
PaymentGatewayReportingService |
getReportingService(@NonNull String gatewayType)
Returns the first
PaymentGatewayReportingService that matches the given
PaymentGatewayType . |
protected List<PaymentGatewayReportingService> |
getReportingServices() |
public DefaultPaymentGatewayReportingServiceProvider(@NonNull @NonNull List<PaymentGatewayReportingService> reportingServices)
public PaymentGatewayReportingService getReportingService(@NonNull @NonNull String gatewayType)
PaymentGatewayReportingServiceProvider
Returns the first PaymentGatewayReportingService
that matches the given
PaymentGatewayType
.
getReportingService
in interface PaymentGatewayReportingServiceProvider
protected List<PaymentGatewayReportingService> getReportingServices()
Copyright © 2021. All rights reserved.