| Name | Type | Description | Notes |
|---|---|---|---|
| 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 | ||
| BusinessName | string | Business Name for business type customers | [optional] |
| DoingBusinessAs | string | Doing Business As (DBA) name for business type customers | [optional] |
| BusinessType | BusinessType | [optional] | |
| EIN | string | Employer Identification Number (EIN) for business type customers | [optional] |
| DUNS | string | Dun & Bradstreet D-U-N-S Number (D-U-N-S) for business type customers | [optional] |
| SICCode | SicCode | [optional] | |
| NAICSCode | NaicsCode | [optional] | |
| BirthDate | string | Legal date of birth | [optional] |
| string | Primary email address of customer name@domain.com | ||
| SSN | string | Customer Social Security Number (SSN) | [optional] |
| Website | string | Company Website for business type customers | [optional] |
| DateBusinessEstablished | string | Date business was established for business type customers | [optional] |
| Phones | []CreatePhone | [optional] | |
| Addresses | []CreateAddress | [optional] | |
| Representatives | []CreateRepresentative | [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] |
This repository was archived by the owner on Aug 26, 2022. It is now read-only.