public class DefaultPaymentGatewayWebResponseServiceProvider extends Object implements PaymentGatewayWebResponseServiceProvider
Constructor and Description |
---|
DefaultPaymentGatewayWebResponseServiceProvider(@NonNull List<PaymentGatewayWebResponseService> webResponseServices) |
Modifier and Type | Method and Description |
---|---|
PaymentGatewayWebResponseService |
getWebResponseService(@NonNull String gatewayType)
Returns the first
PaymentGatewayWebResponseService that matches the given
PaymentGatewayType . |
protected List<PaymentGatewayWebResponseService> |
getWebResponseServices() |
public DefaultPaymentGatewayWebResponseServiceProvider(@NonNull @NonNull List<PaymentGatewayWebResponseService> webResponseServices)
public PaymentGatewayWebResponseService getWebResponseService(@NonNull @NonNull String gatewayType)
PaymentGatewayWebResponseServiceProvider
Returns the first PaymentGatewayWebResponseService
that matches the given
PaymentGatewayType
.
getWebResponseService
in interface PaymentGatewayWebResponseServiceProvider
protected List<PaymentGatewayWebResponseService> getWebResponseServices()
Copyright © 2021. All rights reserved.