Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines each product group.

Hierarchy

  • ProductGroup

Index

Properties

Optional childProducts

childProducts: Offer[]

childProducts will hold all child offers.

Optional customFields

customFields: any[]

custom fields

Optional description

description: string

description of the offer.

id

id: string

unique ID for each offer.

Optional maxQuantity

maxQuantity: number

maximum child quantity allowed for product bundle.

name

name: string

name of the offer.

Optional productGroups

productGroups: ProductGroup[]

childProducts will hold all nested offer bundles.

Methods

Static parse

  • This function parse the offer product group bundle

    Parameters

    • productGroupResponse: any

      each offer product bundle

    Returns ProductGroup

    productGroup

Generated using TypeDoc