# BatchCredentialInput

## Properties

| Name                    | Type                                                                                                           | Description                                     | Notes                  |
| ----------------------- | -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | ---------------------- |
| **credential_requests** | [**Array&lt;BatchCredentialInputCredentialRequestsInner&gt;**](BatchCredentialInputCredentialRequestsInner.md) | Array that contains Credential Request objects. | [default to undefined] |

## Example

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

const instance: BatchCredentialInput = {
  credential_requests,
}
```

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