Constructor
new CustomerPaymentCardListLoadQuery(clientnullable, customernullable)
CustomerPaymentCardListLoadQuery Constructor.
CustomerPaymentCardListLoadQuery 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
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) → {CustomerPaymentCardListLoadQuery}
Set Customer_ID.
Set Customer_ID.
Parameters:
Name | Type | Description |
---|---|---|
customerId |
number |
- Source:
Returns:
- Type
- CustomerPaymentCardListLoadQuery
setCustomerLogin(customerLogin) → {CustomerPaymentCardListLoadQuery}
Set Customer_Login.
Set Customer_Login.
Parameters:
Name | Type | Description |
---|---|---|
customerLogin |
string |
- Source:
Returns:
- Type
- CustomerPaymentCardListLoadQuery
setEditCustomer(editCustomer) → {CustomerPaymentCardListLoadQuery}
Set Edit_Customer.
Set Edit_Customer.
Parameters:
Name | Type | Description |
---|---|---|
editCustomer |
string |
- Source:
Returns:
- Type
- CustomerPaymentCardListLoadQuery
toObject() → {Object}
Reduce the request to a an object.
Reduce the request to a an object.
- Source:
Returns:
- Type
- Object