# PakatApiV3Sdk.GetWebhook

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** | URL of the webhook | 
**id** | **Number** | ID of the webhook | 
**description** | **String** | Description of the webhook | 
**events** | **[String]** |  | 
**type** | **String** | Type of webhook (marketing or transac) | 
**createdAt** | **Date** | Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) | 
**modifiedAt** | **Date** | Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) | 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `marketing` (value: `"marketing"`)

* `transac` (value: `"transac"`)




