# WebhookDtoCommunicationWebhookPayload

## Example Usage

```typescript
import { WebhookDtoCommunicationWebhookPayload } from "@flexprice/sdk/sdk/models";

let value: WebhookDtoCommunicationWebhookPayload = {};
```

## Fields

| Field                                                               | Type                                                                | Required                                                            | Description                                                         |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `eventType`                                                         | [models.WebhookEventName](../../sdk/models/webhook-event-name.md)   | :heavy_minus_sign:                                                  | N/A                                                                 |
| `invoice`                                                           | [models.WebhookDtoInvoice](../../sdk/models/webhook-dto-invoice.md) | :heavy_minus_sign:                                                  | N/A                                                                 |