@affinidi-tdk/credential-issuance-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE
20 lines (13 loc) • 998 B
Markdown
# 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 `ldp_vc`. | [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)