# WebhookSubscriptionError


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **number** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**telephoneNumbers** | [**Array&lt;TelephoneNumber&gt;**](TelephoneNumber.md) |  | [optional] [default to undefined]

## Example

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

const instance: WebhookSubscriptionError = {
    code,
    description,
    telephoneNumbers,
};
```

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