# ListIssuanceResponseIssuancesInner

## Properties

| Name   | Type       | Description | Notes                  |
| ------ | ---------- | ----------- | ---------------------- |
| **id** | **string** | issuance id | [default to undefined] |

## Example

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

const instance: ListIssuanceResponseIssuancesInner = {
  id,
}
```

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