# SettlementReconEntityDataInnerCustomerDetails


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer_phone** | **string** | Customer phone number. | [optional] [default to undefined]
**customer_email** | **string** | Customer email. | [optional] [default to undefined]
**customer_name** | **string** | Customer name. | [optional] [default to undefined]
**customer_id** | **string** | Customer\&#39;s id. | [optional] [default to undefined]
**customer_bank_account_number** | **string** | Customer bank account number. | [optional] [default to undefined]
**customer_bank_code** | **string** | Customer bank code. | [optional] [default to undefined]
**customer_bank_ifsc** | **string** | Customer bank ifsc\&quot; | [optional] [default to undefined]

## Example

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

const instance: SettlementReconEntityDataInnerCustomerDetails = {
    customer_phone,
    customer_email,
    customer_name,
    customer_id,
    customer_bank_account_number,
    customer_bank_code,
    customer_bank_ifsc,
};
```

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