Customer
Type: object
Version: 1.0
Represents an e-commerce customer with full lineage to the data model.
Extends
Fields
| Name | Type | Description | Source |
|---|---|---|---|
Id |
string (uuid) | - | from Entity |
Created |
string (date-time) | - | from Entity |
Modified |
string (date-time) | - | from Entity |
Email |
string (email) | Customer email address (unique) | - |
FirstName |
string | Customer's first name | - |
LastName |
string | Customer's last name | - |
PhoneNumber |
string (phone) | Contact phone number (optional) | - |