Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayHostedService
-
Packages that use PaymentGatewayHostedService Package Description com.broadleafcommerce.paymentgateway.service.provider -
-
Uses of PaymentGatewayHostedService in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayHostedService Modifier and Type Method Description PaymentGatewayHostedServiceDefaultPaymentGatewayResourceProvider. getHostedService(@NonNull String gatewayType)PaymentGatewayHostedServicePaymentGatewayResourceProvider. getHostedService(String gatewayType)Returns the firstPaymentGatewayHostedServicethat matches the givenPaymentGatewayType.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayHostedService Modifier and Type Method Description protected List<PaymentGatewayHostedService>DefaultPaymentGatewayResourceProvider. getHostedServices()
-