# ListIssuanceResponse

## Properties

| Name          | Type                                                                                         | Description                               | Notes                  |
| ------------- | -------------------------------------------------------------------------------------------- | ----------------------------------------- | ---------------------- |
| **issuances** | [**Array&lt;ListIssuanceResponseIssuancesInner&gt;**](ListIssuanceResponseIssuancesInner.md) | The list of all issuances for the Project | [default to undefined] |

## Example

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

const instance: ListIssuanceResponse = {
  issuances,
}
```

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