# Contact


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firstName** | **string** | The first name of the business contact using the toll-free number. | [default to undefined]
**lastName** | **string** | The last name of the business contact using the toll-free number. | [default to undefined]
**email** | **string** |  | [default to undefined]
**phoneNumber** | **string** | Contact telephone number | [default to undefined]

## Example

```typescript
import { Contact } from 'bandwidth-sdk';

const instance: Contact = {
    firstName,
    lastName,
    email,
    phoneNumber,
};
```

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