Class: PriceGroupProductListLoadQuery

Request~PriceGroupProductListLoadQuery(clientnullable, priceGroupnullable)

Handles API Request PriceGroupProductList_Load_Query. Scope: Store.

Constructor

new PriceGroupProductListLoadQuery(clientnullable, priceGroupnullable)

PriceGroupProductListLoadQuery Constructor.

PriceGroupProductListLoadQuery Constructor.

Parameters:
Name Type Attributes Default Description
client Client <nullable>
priceGroup PriceGroup <nullable>
null
Source:
See:

Methods

createResponse() → {Response}

Create a response object from the response data.

Create a response object from the response data.

Source:
Returns:
Type
Response

getAssigned() → {boolean}

Get Assigned.

Get Assigned.

Source:
Returns:
Type
boolean

getPriceGroupId() → {number}

Get PriceGroup_ID.

Get PriceGroup_ID.

Source:
Returns:
Type
number

getPriceGroupName() → {string}

Get PriceGroup_Name.

Get PriceGroup_Name.

Source:
Returns:
Type
string

getUnassigned() → {boolean}

Get Unassigned.

Get Unassigned.

Source:
Returns:
Type
boolean

setAssigned(assigned) → {PriceGroupProductListLoadQuery}

Set Assigned.

Set Assigned.

Parameters:
Name Type Description
assigned boolean
Source:
Returns:
Type
PriceGroupProductListLoadQuery

setPriceGroupId(priceGroupId) → {PriceGroupProductListLoadQuery}

Set PriceGroup_ID.

Set PriceGroup_ID.

Parameters:
Name Type Description
priceGroupId number
Source:
Returns:
Type
PriceGroupProductListLoadQuery

setPriceGroupName(priceGroupName) → {PriceGroupProductListLoadQuery}

Set PriceGroup_Name.

Set PriceGroup_Name.

Parameters:
Name Type Description
priceGroupName string
Source:
Returns:
Type
PriceGroupProductListLoadQuery

setUnassigned(unassigned) → {PriceGroupProductListLoadQuery}

Set Unassigned.

Set Unassigned.

Parameters:
Name Type Description
unassigned boolean
Source:
Returns:
Type
PriceGroupProductListLoadQuery

toObject() → {Object}

Reduce the request to a an object.

Reduce the request to a an object.

Source:
Returns:
Type
Object