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 PaymentGatewayCustomerService
DefaultPaymentGatewayResourceProvider. getCustomerService(@NonNull String gatewayType)
PaymentGatewayCustomerService
PaymentGatewayResourceProvider. getCustomerService(String gatewayType)
Returns the firstPaymentGatewayCustomerService
that 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()
-