Constructor
new CustomerPriceGroupListLoadQuery(clientnullable, customernullable)
CustomerPriceGroupListLoadQuery Constructor.
CustomerPriceGroupListLoadQuery Constructor.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
client |
Client |
<nullable> |
||
customer |
Customer |
<nullable> |
null |
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
getCustomerId() → {number}
Get Customer_ID.
Get Customer_ID.
- Source:
Returns:
- Type
- number
getCustomerLogin() → {string}
Get Customer_Login.
Get Customer_Login.
- Source:
Returns:
- Type
- string
getEditCustomer() → {string}
Get Edit_Customer.
Get Edit_Customer.
- Source:
Returns:
- Type
- string
getUnassigned() → {boolean}
Get Unassigned.
Get Unassigned.
- Source:
Returns:
- Type
- boolean
setAssigned(assigned) → {CustomerPriceGroupListLoadQuery}
Set Assigned.
Set Assigned.
Parameters:
Name | Type | Description |
---|---|---|
assigned |
boolean |
- Source:
Returns:
- Type
- CustomerPriceGroupListLoadQuery
setCustomerId(customerId) → {CustomerPriceGroupListLoadQuery}
Set Customer_ID.
Set Customer_ID.
Parameters:
Name | Type | Description |
---|---|---|
customerId |
number |
- Source:
Returns:
- Type
- CustomerPriceGroupListLoadQuery
setCustomerLogin(customerLogin) → {CustomerPriceGroupListLoadQuery}
Set Customer_Login.
Set Customer_Login.
Parameters:
Name | Type | Description |
---|---|---|
customerLogin |
string |
- Source:
Returns:
- Type
- CustomerPriceGroupListLoadQuery
setEditCustomer(editCustomer) → {CustomerPriceGroupListLoadQuery}
Set Edit_Customer.
Set Edit_Customer.
Parameters:
Name | Type | Description |
---|---|---|
editCustomer |
string |
- Source:
Returns:
- Type
- CustomerPriceGroupListLoadQuery
setUnassigned(unassigned) → {CustomerPriceGroupListLoadQuery}
Set Unassigned.
Set Unassigned.
Parameters:
Name | Type | Description |
---|---|---|
unassigned |
boolean |
- Source:
Returns:
- Type
- CustomerPriceGroupListLoadQuery
toObject() → {Object}
Reduce the request to a an object.
Reduce the request to a an object.
- Source:
Returns:
- Type
- Object