Klasse ProductGroup

Alle implementierten Schnittstellen:
Serializable

public class ProductGroup extends BaseAdsObject
Represents the Product Group type
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getRetailerId

      Gibt zurück:
      Retailer ID of the product group
    • setRetailerId

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

      Gibt zurück:
      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