# FetchReconRequestFilters


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start_date** | **string** | Specify the start date from when you want the settlement reconciliation details. | [default to undefined]
**end_date** | **string** | Specify the end date till when you want the settlement reconciliation details. | [default to undefined]

## Example

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

const instance: FetchReconRequestFilters = {
    start_date,
    end_date,
};
```

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