Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayCustomerService
-
Packages that use PaymentGatewayCustomerService Package Description com.broadleafcommerce.paymentgateway.service.provider -
-
Uses of PaymentGatewayCustomerService in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayCustomerService Modifier and Type Method Description PaymentGatewayCustomerServiceDefaultPaymentGatewayResourceProvider. getCustomerService(@NonNull String gatewayType)PaymentGatewayCustomerServicePaymentGatewayResourceProvider. getCustomerService(String gatewayType)Returns the firstPaymentGatewayCustomerServicethat matches the givenPaymentGatewayType.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayCustomerService Modifier and Type Method Description protected List<PaymentGatewayCustomerService>DefaultPaymentGatewayResourceProvider. getCustomerServices()
-