Class: CustomerAddressListLoadQuery

Request~CustomerAddressListLoadQuery(clientnullable, customernullable)

Handles API Request CustomerAddressList_Load_Query. Scope: Store.

Constructor

new CustomerAddressListLoadQuery(clientnullable, customernullable)

CustomerAddressListLoadQuery Constructor.

CustomerAddressListLoadQuery Constructor.

Parameters:
Name Type Attributes Default Description
client Client <nullable>
customer Customer <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

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

setCustomerId(customerId) → {CustomerAddressListLoadQuery}

Set Customer_ID.

Set Customer_ID.

Parameters:
Name Type Description
customerId number
Source:
Returns:
Type
CustomerAddressListLoadQuery

setCustomerLogin(customerLogin) → {CustomerAddressListLoadQuery}

Set Customer_Login.

Set Customer_Login.

Parameters:
Name Type Description
customerLogin string
Source:
Returns:
Type
CustomerAddressListLoadQuery

setEditCustomer(editCustomer) → {CustomerAddressListLoadQuery}

Set Edit_Customer.

Set Edit_Customer.

Parameters:
Name Type Description
editCustomer string
Source:
Returns:
Type
CustomerAddressListLoadQuery

toObject() → {Object}

Reduce the request to a an object.

Reduce the request to a an object.

Source:
Returns:
Type
Object