# CisConfigurationWebhookSettingEndpoint

## Properties

| Name    | Type       | Description                                                                                                      | Notes                             |
| ------- | ---------- | ---------------------------------------------------------------------------------------------------------------- | --------------------------------- |
| **url** | **string** | url endpoint where notification will be sent with issuanceId after user has claimed the VC related to issuanceId | [optional] [default to undefined] |

## Example

```typescript
import { CisConfigurationWebhookSettingEndpoint } from '@affinidi-tdk/credential-issuance-client'

const instance: CisConfigurationWebhookSettingEndpoint = {
  url,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
