Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 1.39 KB

Customer.md

File metadata and controls

25 lines (20 loc) · 1.39 KB

Customer

Properties

Name Type Description Notes
CustomerID string The unique identifier for the customer who owns the account
FirstName string Given Name or First Name
MiddleName string Middle Name [optional]
LastName string Surname or Last Name
NickName string Name Customer is preferred to be called [optional]
Suffix string Customers name suffix. "Jr", "PH.D." [optional]
Type CustomerType
BirthDate string Legal date of birth [optional]
Status CustomerStatus
Email string Primary email address of customer name@domain.com
Phones []Phone [optional]
Addresses []CustomerAddress [optional]
Metadata map[string]string Map of unique keys associated to values to act as foreign key relationships or arbitrary data associated to a Customer. [optional]
CreatedAt time.Time
LastModified time.Time Last time the object was modified

[Back to Model list] [Back to API list] [Back to README]