Constructor
new OrderUpdateCustomerInformation(clientnullable, ordernullable)
OrderUpdateCustomerInformation Constructor.
OrderUpdateCustomerInformation Constructor.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
client |
Client |
<nullable> |
||
order |
Order |
<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
getBillAddress1() → {string}
Get Bill_Address1.
Get Bill_Address1.
- Source:
Returns:
- Type
- string
getBillAddress2() → {string}
Get Bill_Address2.
Get Bill_Address2.
- Source:
Returns:
- Type
- string
getBillCity() → {string}
Get Bill_City.
Get Bill_City.
- Source:
Returns:
- Type
- string
getBillCompany() → {string}
Get Bill_Company.
Get Bill_Company.
- Source:
Returns:
- Type
- string
getBillCountry() → {string}
Get Bill_Country.
Get Bill_Country.
- Source:
Returns:
- Type
- string
getBillEmail() → {string}
Get Bill_Email.
Get Bill_Email.
- Source:
Returns:
- Type
- string
getBillFax() → {string}
Get Bill_Fax.
Get Bill_Fax.
- Source:
Returns:
- Type
- string
getBillFirstName() → {string}
Get Bill_FirstName.
Get Bill_FirstName.
- Source:
Returns:
- Type
- string
getBillLastName() → {string}
Get Bill_LastName.
Get Bill_LastName.
- Source:
Returns:
- Type
- string
getBillPhone() → {string}
Get Bill_Phone.
Get Bill_Phone.
- Source:
Returns:
- Type
- string
getBillState() → {string}
Get Bill_State.
Get Bill_State.
- Source:
Returns:
- Type
- string
getBillZip() → {string}
Get Bill_Zip.
Get Bill_Zip.
- Source:
Returns:
- Type
- string
getCustomerId() → {number}
Get Customer_ID.
Get Customer_ID.
- Source:
Returns:
- Type
- number
getOrderId() → {number}
Get Order_ID.
Get Order_ID.
- Source:
Returns:
- Type
- number
getShipAddress1() → {string}
Get Ship_Address1.
Get Ship_Address1.
- Source:
Returns:
- Type
- string
getShipAddress2() → {string}
Get Ship_Address2.
Get Ship_Address2.
- Source:
Returns:
- Type
- string
getShipCity() → {string}
Get Ship_City.
Get Ship_City.
- Source:
Returns:
- Type
- string
getShipCompany() → {string}
Get Ship_Company.
Get Ship_Company.
- Source:
Returns:
- Type
- string
getShipCountry() → {string}
Get Ship_Country.
Get Ship_Country.
- Source:
Returns:
- Type
- string
getShipEmail() → {string}
Get Ship_Email.
Get Ship_Email.
- Source:
Returns:
- Type
- string
getShipFax() → {string}
Get Ship_Fax.
Get Ship_Fax.
- Source:
Returns:
- Type
- string
getShipFirstName() → {string}
Get Ship_FirstName.
Get Ship_FirstName.
- Source:
Returns:
- Type
- string
getShipLastName() → {string}
Get Ship_LastName.
Get Ship_LastName.
- Source:
Returns:
- Type
- string
getShipPhone() → {string}
Get Ship_Phone.
Get Ship_Phone.
- Source:
Returns:
- Type
- string
getShipResidential() → {boolean}
Get Ship_Residential.
Get Ship_Residential.
- Source:
Returns:
- Type
- boolean
getShipState() → {string}
Get Ship_State.
Get Ship_State.
- Source:
Returns:
- Type
- string
getShipZip() → {string}
Get Ship_Zip.
Get Ship_Zip.
- Source:
Returns:
- Type
- string
setBillAddress1(billAddress1) → {OrderUpdateCustomerInformation}
Set Bill_Address1.
Set Bill_Address1.
Parameters:
Name | Type | Description |
---|---|---|
billAddress1 |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillAddress2(billAddress2) → {OrderUpdateCustomerInformation}
Set Bill_Address2.
Set Bill_Address2.
Parameters:
Name | Type | Description |
---|---|---|
billAddress2 |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillCity(billCity) → {OrderUpdateCustomerInformation}
Set Bill_City.
Set Bill_City.
Parameters:
Name | Type | Description |
---|---|---|
billCity |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillCompany(billCompany) → {OrderUpdateCustomerInformation}
Set Bill_Company.
Set Bill_Company.
Parameters:
Name | Type | Description |
---|---|---|
billCompany |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillCountry(billCountry) → {OrderUpdateCustomerInformation}
Set Bill_Country.
Set Bill_Country.
Parameters:
Name | Type | Description |
---|---|---|
billCountry |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillEmail(billEmail) → {OrderUpdateCustomerInformation}
Set Bill_Email.
Set Bill_Email.
Parameters:
Name | Type | Description |
---|---|---|
billEmail |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillFax(billFax) → {OrderUpdateCustomerInformation}
Set Bill_Fax.
Set Bill_Fax.
Parameters:
Name | Type | Description |
---|---|---|
billFax |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillFirstName(billFirstName) → {OrderUpdateCustomerInformation}
Set Bill_FirstName.
Set Bill_FirstName.
Parameters:
Name | Type | Description |
---|---|---|
billFirstName |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillLastName(billLastName) → {OrderUpdateCustomerInformation}
Set Bill_LastName.
Set Bill_LastName.
Parameters:
Name | Type | Description |
---|---|---|
billLastName |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillPhone(billPhone) → {OrderUpdateCustomerInformation}
Set Bill_Phone.
Set Bill_Phone.
Parameters:
Name | Type | Description |
---|---|---|
billPhone |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillState(billState) → {OrderUpdateCustomerInformation}
Set Bill_State.
Set Bill_State.
Parameters:
Name | Type | Description |
---|---|---|
billState |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setBillZip(billZip) → {OrderUpdateCustomerInformation}
Set Bill_Zip.
Set Bill_Zip.
Parameters:
Name | Type | Description |
---|---|---|
billZip |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setCustomerId(customerId) → {OrderUpdateCustomerInformation}
Set Customer_ID.
Set Customer_ID.
Parameters:
Name | Type | Description |
---|---|---|
customerId |
number |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setOrderId(orderId) → {OrderUpdateCustomerInformation}
Set Order_ID.
Set Order_ID.
Parameters:
Name | Type | Description |
---|---|---|
orderId |
number |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipAddress1(shipAddress1) → {OrderUpdateCustomerInformation}
Set Ship_Address1.
Set Ship_Address1.
Parameters:
Name | Type | Description |
---|---|---|
shipAddress1 |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipAddress2(shipAddress2) → {OrderUpdateCustomerInformation}
Set Ship_Address2.
Set Ship_Address2.
Parameters:
Name | Type | Description |
---|---|---|
shipAddress2 |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipCity(shipCity) → {OrderUpdateCustomerInformation}
Set Ship_City.
Set Ship_City.
Parameters:
Name | Type | Description |
---|---|---|
shipCity |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipCompany(shipCompany) → {OrderUpdateCustomerInformation}
Set Ship_Company.
Set Ship_Company.
Parameters:
Name | Type | Description |
---|---|---|
shipCompany |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipCountry(shipCountry) → {OrderUpdateCustomerInformation}
Set Ship_Country.
Set Ship_Country.
Parameters:
Name | Type | Description |
---|---|---|
shipCountry |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipEmail(shipEmail) → {OrderUpdateCustomerInformation}
Set Ship_Email.
Set Ship_Email.
Parameters:
Name | Type | Description |
---|---|---|
shipEmail |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipFax(shipFax) → {OrderUpdateCustomerInformation}
Set Ship_Fax.
Set Ship_Fax.
Parameters:
Name | Type | Description |
---|---|---|
shipFax |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipFirstName(shipFirstName) → {OrderUpdateCustomerInformation}
Set Ship_FirstName.
Set Ship_FirstName.
Parameters:
Name | Type | Description |
---|---|---|
shipFirstName |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipLastName(shipLastName) → {OrderUpdateCustomerInformation}
Set Ship_LastName.
Set Ship_LastName.
Parameters:
Name | Type | Description |
---|---|---|
shipLastName |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipPhone(shipPhone) → {OrderUpdateCustomerInformation}
Set Ship_Phone.
Set Ship_Phone.
Parameters:
Name | Type | Description |
---|---|---|
shipPhone |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipResidential(shipResidential) → {OrderUpdateCustomerInformation}
Set Ship_Residential.
Set Ship_Residential.
Parameters:
Name | Type | Description |
---|---|---|
shipResidential |
boolean |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipState(shipState) → {OrderUpdateCustomerInformation}
Set Ship_State.
Set Ship_State.
Parameters:
Name | Type | Description |
---|---|---|
shipState |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
setShipZip(shipZip) → {OrderUpdateCustomerInformation}
Set Ship_Zip.
Set Ship_Zip.
Parameters:
Name | Type | Description |
---|---|---|
shipZip |
string |
- Source:
Returns:
- Type
- OrderUpdateCustomerInformation
toObject() → {Object}
Reduce the request to a an object.
Reduce the request to a an object.
- Source:
Returns:
- Type
- Object