Class: CustomerAddress

Model~CustomerAddress(data) → {void}

CustomerAddress data model.

Constructor

new CustomerAddress(data) → {void}

CustomerAddress Constructor.

CustomerAddress Constructor.

Parameters:
Name Type Description
data Object
Source:
Returns:
Type
void

Methods

getAddress1() → {string}

Get addr1.

Get addr1.

Source:
Returns:
Type
string

getAddress2() → {string}

Get addr2.

Get addr2.

Source:
Returns:
Type
string

getCity() → {string}

Get city.

Get city.

Source:
Returns:
Type
string

getCompany() → {string}

Get comp.

Get comp.

Source:
Returns:
Type
string

getCountry() → {string}

Get cntry.

Get cntry.

Source:
Returns:
Type
string

getCustomerId() → {number}

Get cust_id.

Get cust_id.

Source:
Returns:
Type
number

getDescription() → {string}

Get descrip.

Get descrip.

Source:
Returns:
Type
string

getEmail() → {string}

Get email.

Get email.

Source:
Returns:
Type
string

getFax() → {string}

Get fax.

Get fax.

Source:
Returns:
Type
string

getFirstName() → {string}

Get fname.

Get fname.

Source:
Returns:
Type
string

getId() → {number}

Get id.

Get id.

Source:
Returns:
Type
number

getLastName() → {string}

Get lname.

Get lname.

Source:
Returns:
Type
string

getPhone() → {string}

Get phone.

Get phone.

Source:
Returns:
Type
string

getResidential() → {boolean}

Get resdntl.

Get resdntl.

Source:
Returns:
Type
boolean

getState() → {string}

Get state.

Get state.

Source:
Returns:
Type
string

getZip() → {string}

Get zip.

Get zip.

Source:
Returns:
Type
string