Uses of Interface
com.broadleafcommerce.vendor.stripe.service.customer.notification.StripeCustomerNotificationService
Packages that use StripeCustomerNotificationService
Package
Description
-
Uses of StripeCustomerNotificationService in com.broadleafcommerce.payment.service.gateway
Methods in com.broadleafcommerce.payment.service.gateway that return StripeCustomerNotificationServiceModifier and TypeMethodDescriptionprotected StripeCustomerNotificationService
DefaultStripeTransactionService.getCustomerNotificationService()
protected StripeCustomerNotificationService
DefaultStripeSavedPaymentMethodService.getStripeCustomerNotificationService()
Methods in com.broadleafcommerce.payment.service.gateway with parameters of type StripeCustomerNotificationServiceModifier and TypeMethodDescriptionvoid
DefaultStripeTransactionService.setCustomerNotificationService
(StripeCustomerNotificationService customerNotificationService) Constructors in com.broadleafcommerce.payment.service.gateway with parameters of type StripeCustomerNotificationServiceModifierConstructorDescriptionDefaultStripeSavedPaymentMethodService
(StripeCustomerNotificationService stripeCustomerNotificationService) -
Uses of StripeCustomerNotificationService in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure that return StripeCustomerNotificationServiceModifier and TypeMethodDescriptionStripeServiceAutoConfiguration.stripeCustomerNotificationService
(StripeConfigurationProperties configurationProperties, StripeRestConfigurationProperties restConfigurationProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type StripeCustomerNotificationServiceModifier and TypeMethodDescriptionStripeServiceAutoConfiguration.stripeSavedPaymentMethodService
(StripeCustomerNotificationService stripeCustomerNotificationService) -
Uses of StripeCustomerNotificationService in com.broadleafcommerce.vendor.stripe.service.customer.notification
Classes in com.broadleafcommerce.vendor.stripe.service.customer.notification that implement StripeCustomerNotificationService