Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines Product Attributes.

Hierarchy

  • AttributeCategory

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

code

code: string

Stores each product category code

Optional customFields

customFields: any = {}

custom attributes for an offer

id

id: number

Stores each product category unique Id

name

name: string

Stores each product category name

Optional productAttributes

productAttributes: any[] = []

Holds all the product attributes in a array

Methods

Static parse

  • This function parse the product attributes.

    Parameters

    • category: any
    • input: any
    • Optional parentId: string

      optional

    Returns AttributeCategory

Generated using TypeDoc