# UploadVendorDocumentsResponse

Upload Vendor Document.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**vendor_id** | **string** |  | [optional] [default to undefined]
**doc_type** | **string** |  | [optional] [default to undefined]
**doc_value** | **string** |  | [optional] [default to undefined]
**status** | **string** |  | [optional] [default to undefined]
**remarks** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: UploadVendorDocumentsResponse = {
    vendor_id,
    doc_type,
    doc_value,
    status,
    remarks,
};
```

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