Customer
Represents a customer record from a dealer's system. Each dealer may have its own customer record for the same person. The Golden Customer links these into a unified identity.
| Property | Summary |
|---|---|
GoldenCustomerID string |
The corresponding Golden Customer ID that this dealer customer is linked to. |
CustomerID string |
The original customer ID from the dealer's system. |
CompanyHashID string |
The Company Hash ID from the Identity System. |
FullName string |
The customer's full name. |
PhoneNumbers IEnumerable<string> |
A list of phone numbers associated with the customer. |
Address IEnumerable<string> |
The customer's address lines. |
Gender Genders |
The customer's gender. |
DateOfBirth DateTime? |
The customer's date of birth. |
IDNumber string |
Social ID, Driver License Number, Passport Number, or any other government-issued ID number that can be used to uniquely identify a customer across different systems. |