Interface IProductExtensions

All Superinterfaces:
IPartnerComponent<String>, IPartnerComponentString
All Known Implementing Classes:
ProductExtensionsOperations

public interface IProductExtensions
extends IPartnerComponentString
Holds extension operations for products.
  • Method Details

    • byCountry

      IProductExtensionsByCountry byCountry​(String country)
      Retrieves the extension operations that can be applied on products from a given country.
      Parameters:
      country - The country name.
      Returns:
      The product extensions operations by country.