# RefundWebhook

refund webhook object.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**RefundWebhookDataEntity**](RefundWebhookDataEntity.md) |  | [optional] [default to undefined]
**event_time** | **string** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: RefundWebhook = {
    data,
    event_time,
    type,
};
```

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