Log in
Interface

GroupExcludedWebsiteInterface

Magento\Customer\Api\Data\GroupExcludedWebsiteInterface

What it does

This interface defines the data structure for managing customer group exclusions at the website level in multi-store Magento installations.

Developers use it when they need to prevent specific customer groups from being available on certain websites, allowing for fine-grained control over customer group visibility across different store views.

Public Methods

  • getGroupWebsiteId()
  • setGroupWebsiteId()
  • getGroupId()
  • setGroupId()
  • getExcludedWebsiteId()
  • setExcludedWebsiteId()
  • getExtensionAttributes()
  • setExtensionAttributes()