| Name | Type | Description | Notes |
|---|---|---|---|
| code | number | [optional] [default to undefined] | |
| description | string | [optional] [default to undefined] | |
| telephoneNumbers | Array<TelephoneNumber> | [optional] [default to undefined] |
import { WebhookSubscriptionError } from 'bandwidth-sdk';
const instance: WebhookSubscriptionError = {
code,
description,
telephoneNumbers,
};