# KycDetails


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_type** | **string** |  | [optional] [default to undefined]
**business_type** | **string** |  | [optional] [default to undefined]
**uidai** | **number** |  | [optional] [default to undefined]
**gst** | **string** |  | [optional] [default to undefined]
**cin** | **string** |  | [optional] [default to undefined]
**pan** | **string** |  | [optional] [default to undefined]
**passport_number** | **string** |  | [optional] [default to undefined]
**driving_license** | **string** |  | [optional] [default to undefined]
**voter_id** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: KycDetails = {
    account_type,
    business_type,
    uidai,
    gst,
    cin,
    pan,
    passport_number,
    driving_license,
    voter_id,
};
```

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