# VyWalletEventDto

## Properties

| Field          | Type                                                                                                        | Description                | Required |
| -------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------- | -------- |
| EventTimestamp | DateTime                                                                                                    | The date-time of the event | ✗        |
| Client         | string                                                                                                      |                            | ✗        |
| Type           | [eVyWalletEventType](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evywalleteventtype) | The event type             | ✗        |
| Metadata       | string                                                                                                      |                            | ✗        |
| WalletId       | string                                                                                                      | The wallet \`UUID\`        | ✗        |

## References

**Operation**

* [GetWalletEvents](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/wallet/getwalletevents)
