Class ProductGroup

All Implemented Interfaces:
Serializable

public class ProductGroup extends BaseAdsObject
Represents the Product Group type
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getRetailerId

      Returns:
      Retailer ID of the product group
    • setRetailerId

      public void setRetailerId(String retailerId)
      Retailer ID of the product group
    • getVariants

      Returns:
      The list of product variants and their options in the order they need to be displayed on the UI
    • setVariants

      public void setVariants(List<ProductVariant> variants)
      The list of product variants and their options in the order they need to be displayed on the UI