Class: SubsetEntry

SubsetEntry(dataopt)

Represents a subset entry.

Constructor

new SubsetEntry(dataopt)

Create an instance of a subset entry
Parameters:
Name Type Attributes Description
data object <optional>
The API response data
Properties
Name Type Attributes Description
item object <optional>
Item information
color_id number <optional>
The color id of the entry item.
quantity number <optional>
The number of items in the subset entry.
extra_quantity number <optional>
The number of extra items included in the subset.
is_alternate boolean <optional>
Indicator that the item is an alternate.
Source:

Classes

SubsetEntry

Members

color_id :number

Type:
  • number
Source:

extra_quantity :number

Type:
  • number
Source:

is_alternate :boolean

Type:
  • boolean
Source:

item :CatalogItem

Type:
Source:

quantity :number

Type:
  • number
Source: