# CustomerDetailsCardlessEMI

Details of the customer for whom eligibility is being checked.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer_phone** | **string** | Phone Number of the customer. | [default to undefined]

## Example

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

const instance: CustomerDetailsCardlessEMI = {
    customer_phone,
};
```

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