Constructor
new CustomerAddress(data) → {void}
CustomerAddress Constructor.
CustomerAddress Constructor.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object |
Returns:
- Type
- void
Methods
getAddress1() → {string}
Get addr1.
Get addr1.
Returns:
- Type
- string
getAddress2() → {string}
Get addr2.
Get addr2.
Returns:
- Type
- string
getCity() → {string}
Get city.
Get city.
Returns:
- Type
- string
getCompany() → {string}
Get comp.
Get comp.
Returns:
- Type
- string
getCountry() → {string}
Get cntry.
Get cntry.
Returns:
- Type
- string
getCustomerId() → {number}
Get cust_id.
Get cust_id.
Returns:
- Type
- number
getDescription() → {string}
Get descrip.
Get descrip.
Returns:
- Type
- string
getEmail() → {string}
Get email.
Get email.
Returns:
- Type
- string
getFax() → {string}
Get fax.
Get fax.
Returns:
- Type
- string
getFirstName() → {string}
Get fname.
Get fname.
Returns:
- Type
- string
getId() → {number}
Get id.
Get id.
Returns:
- Type
- number
getLastName() → {string}
Get lname.
Get lname.
Returns:
- Type
- string
getPhone() → {string}
Get phone.
Get phone.
Returns:
- Type
- string
getResidential() → {boolean}
Get resdntl.
Get resdntl.
Returns:
- Type
- boolean
getState() → {string}
Get state.
Get state.
Returns:
- Type
- string
getZip() → {string}
Get zip.
Get zip.
Returns:
- Type
- string