Class: PriceGroupCustomerListLoadQuery

Request~PriceGroupCustomerListLoadQuery(clientnullable, priceGroupnullable)

Handles API Request PriceGroupCustomerList_Load_Query. Scope: Store.

Constructor

new PriceGroupCustomerListLoadQuery(clientnullable, priceGroupnullable)

PriceGroupCustomerListLoadQuery Constructor.

PriceGroupCustomerListLoadQuery 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) → {PriceGroupCustomerListLoadQuery}

Set Assigned.

Set Assigned.

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

setPriceGroupId(priceGroupId) → {PriceGroupCustomerListLoadQuery}

Set PriceGroup_ID.

Set PriceGroup_ID.

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

setPriceGroupName(priceGroupName) → {PriceGroupCustomerListLoadQuery}

Set PriceGroup_Name.

Set PriceGroup_Name.

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

setUnassigned(unassigned) → {PriceGroupCustomerListLoadQuery}

Set Unassigned.

Set Unassigned.

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

toObject() → {Object}

Reduce the request to a an object.

Reduce the request to a an object.

Source:
Returns:
Type
Object