Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines each cart item group.

Hierarchy

  • CartItemGroup

Index

Properties

Optional actions

actions: any

action params of each offer.

Optional cartItemGroups

cartItemGroups: CartItemGroup[]

cartItemGroups will hold all nested cart item bundles.

Optional cartItems

cartItems: CartItem[]

cartItems will hold all cart items.

Optional childProducts

childProducts: CartItemGroup[]

childProducts will hold all child cart items which are not yet added.

Optional customFields

customFields: any[]

custom fields

Optional lineItems

lineItems: CartItemGroup[]

lineItems will hold all child cart items.

Optional lineNumber

lineNumber: string

line number of cart item group.

Optional maxQuantity

maxQuantity: number

maximum child quantity allowed for product bundle.

name

name: string

name of cart item group.

Optional priceInfo

priceInfo: PriceInfo

price information of cart item group.

Optional productHierarchyPath

productHierarchyPath: string

heirarchy path to identify child-product from offer bundle.

productId

productId: string

product code of cart item group.

Methods

Static parse

  • This function parse the cart item group bundle

    Parameters

    • cartItemGroupResponse: any

      each product bundle

    Returns CartItemGroup

    CartItemGroup

Generated using TypeDoc