Interface NewsletterSubscriptionServiceInterface

Interface NewsletterSubscriptionServiceInterface

Direct known implementers

MinimalNewsletterSubscriptionService

Methods summary

public unsubscribe( CustomerEmailInterface $email )

Unsubscribes a customer from the newsletter.

public getSubscriptionByCustomerEmail( CustomerEmailInterface $email ) : boolean|NewsletterSubscription

Gets the newsletter subscription data by a given customer ID.