# RefundWebhookDataEntity

data entity in webhook.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**refund** | [**RefundEntity**](RefundEntity.md) |  | [optional] [default to undefined]

## Example

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

const instance: RefundWebhookDataEntity = {
    refund,
};
```

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