The Customer model represents a customer that is defined for your shop.
- id
-
Unique numeric ID of the customer.
Methods:
integer getId()
object setId( integer )
- address
-
The address of the customer.
Methods:
string getAddress()
object setAddress( string )
- code
-
The code that the shop assigned to the customer.
Methods:
string getCode()
object setCode( string )
- email
-
The e-mail address of the customer.
Methods:
string getEmail()
object setEmail( string )
- name
-
The name of the customer.
Methods:
string getName()
object setName( string )
- note
-
The note the shop has added to the customer.
Methods:
string getNote()
object setNote( string )
- phone_number
-
The phone number of the customer.
Methods:
string getPhoneNumber()
object setPhoneNumber( string )
- postcode
-
The postal code of the customer.
Methods:
string getPostcode()
object setPostcode( string )
- social_id
-
The Social Media id provided by the customer.
Methods:
string getSocialId()
object setSocialId( string )