# VendorDocumentsResponse

Get Vendor Documents.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**documents** | [**Array&lt;VendorEntityRelatedDocsInner&gt;**](VendorEntityRelatedDocsInner.md) |  | [optional] [default to undefined]

## Example

```typescript
import { VendorDocumentsResponse } from 'cashfree-pg';

const instance: VendorDocumentsResponse = {
    documents,
};
```

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