# WebhookDtoTransactionWebhookPayload

## Example Usage

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

let value: WebhookDtoTransactionWebhookPayload = {};
```

## Fields

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