# ESOrderReconResponse

ES Order Recon Response.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cursor** | **string** |  | [optional] [default to undefined]
**data** | [**Array&lt;ESOrderReconResponseDataInner&gt;**](ESOrderReconResponseDataInner.md) |  | [optional] [default to undefined]
**limit** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: ESOrderReconResponse = {
    cursor,
    data,
    limit,
};
```

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