# SettlementReconEntityDataInnerRefundDetails


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**refund_processed_at** | **string** | Date and time when the refund was processed. | [optional] [default to undefined]
**refund_arn** | **string** | The bank reference number for refund. | [optional] [default to undefined]
**refund_note** | **string** | A refund note for your reference. | [optional] [default to undefined]
**refund_id** | **string** | An unique ID associated with the refund. | [optional] [default to undefined]

## Example

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

const instance: SettlementReconEntityDataInnerRefundDetails = {
    refund_processed_at,
    refund_arn,
    refund_note,
    refund_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)
