Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentSummaryService
Packages that use PaymentGatewayPaymentSummaryService
-
Uses of PaymentGatewayPaymentSummaryService in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayPaymentSummaryServiceModifier and TypeMethodDescriptionDefaultPaymentGatewayResourceProvider.getPaymentSummaryService
(@NonNull String gatewayType) PaymentGatewayResourceProvider.getPaymentSummaryService
(String gatewayType) Returns the implementation ofPaymentGatewayPaymentSummaryService
for the specified gateway type.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayPaymentSummaryServiceModifier and TypeMethodDescriptionprotected List<PaymentGatewayPaymentSummaryService>
DefaultPaymentGatewayResourceProvider.getPaymentSummaryServices()
Method parameters in com.broadleafcommerce.paymentgateway.service.provider with type arguments of type PaymentGatewayPaymentSummaryServiceModifier and TypeMethodDescriptionvoid
DefaultPaymentGatewayResourceProvider.setPaymentSummaryServices
(List<PaymentGatewayPaymentSummaryService> paymentSummaryServices)