Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines each asset item group.

Hierarchy

  • AssetItemGroup

Index

Properties

Optional attributes

attributes: any

it holds various attribute types of an offer.

Optional childAssets

childAssets: AssetItemGroup[] = []

childAssets of the each asset item.

Optional customFields

customFields: any

custom fields

id

id: string

product code of asset item group.

Optional lineNumber

lineNumber: string

line number of asset item group.

name

name: string

name of asset item group.

Optional priceInfo

priceInfo: PriceInfo

price information of asset item group.

Optional promotions

promotions: any[]

promotions for an offer

Optional quantity

quantity: number

Quantity of each offer.

Optional selectedAttributes

selectedAttributes: any

it holds various selected default attributes of an offer.

Methods

Static parse

  • This function parse the asset item group bundle

    Parameters

    • assetItemGroupResponse: any

      each product bundle

    • Optional input: any

    Returns AssetItemGroup

    AssetItemGroup

Generated using TypeDoc