This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require firstName, lastName for individuals and sole proprietor busin…
…esses, and require business name for other businesses
- Loading branch information
Showing
32 changed files
with
1,208 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# CreateCustomerBusiness | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**FirstName** | **string** | Given Name or First Name | [optional] | ||
**MiddleName** | **string** | Middle Name | [optional] | ||
**LastName** | **string** | Surname or Last Name | [optional] | ||
**NickName** | **string** | Name Customer is preferred to be called | [optional] | ||
**Suffix** | **string** | Customers name suffix. \"Jr\", \"PH.D.\" | [optional] | ||
**Type** | [**CustomerType**](CustomerType.md) | | | ||
**BusinessName** | **string** | Business Name for business type customers | [optional] | ||
**DoingBusinessAs** | **string** | Doing Business As (DBA) name for business type customers | [optional] | ||
**BusinessType** | [**BusinessType**](BusinessType.md) | | | ||
**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**](SICCode.md) | | [optional] | ||
**NAICSCode** | [**NaicsCode**](NAICSCode.md) | | [optional] | ||
**BirthDate** | **string** | Legal date of birth | [optional] | ||
**Email** | **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**](CreatePhone.md) | | [optional] | ||
**Addresses** | [**[]CreateAddress**](CreateAddress.md) | | [optional] | ||
**Representatives** | [**[]CreateRepresentative**](CreateRepresentative.md) | | [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] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# CreateCustomerBusinessCorp | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**FirstName** | **string** | Given Name or First Name | [optional] | ||
**MiddleName** | **string** | Middle Name | [optional] | ||
**LastName** | **string** | Surname or Last Name | [optional] | ||
**NickName** | **string** | Name Customer is preferred to be called | [optional] | ||
**Suffix** | **string** | Customers name suffix. \"Jr\", \"PH.D.\" | [optional] | ||
**Type** | [**CustomerType**](CustomerType.md) | | | ||
**BusinessName** | **string** | Business Name for business type customers | | ||
**DoingBusinessAs** | **string** | Doing Business As (DBA) name for business type customers | [optional] | ||
**BusinessType** | [**BusinessType**](BusinessType.md) | | [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**](SICCode.md) | | [optional] | ||
**NAICSCode** | [**NaicsCode**](NAICSCode.md) | | [optional] | ||
**BirthDate** | **string** | Legal date of birth | [optional] | ||
**Email** | **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**](CreatePhone.md) | | [optional] | ||
**Addresses** | [**[]CreateAddress**](CreateAddress.md) | | [optional] | ||
**Representatives** | [**[]CreateRepresentative**](CreateRepresentative.md) | | [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] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.