# BaseLead


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**firstName** | **string** |  | [default to undefined]
**lastName** | **string** |  | [default to undefined]
**shareAccount** | [**BaseLeadShareAccount**](BaseLeadShareAccount.md) |  | [default to undefined]
**status** | [**LeadStatus**](LeadStatus.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

```typescript
import { BaseLead } from '@connectedxm/admin-sdk';

const instance: BaseLead = {
    id,
    firstName,
    lastName,
    shareAccount,
    status,
    createdAt,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
