# BatchCredentialResponseCredentialResponsesInner

## Properties

| Name           | Type    | Description                                                                                                                   | Notes                  |
| -------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| **credential** | **any** | Issued Credential, It can be a string or an object, depending on the Credential format. default format is &#x60;ldp_vc&#x60;. | [default to undefined] |

## Example

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

const instance: BatchCredentialResponseCredentialResponsesInner = {
  credential,
}
```

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