# CashbackDetails

Cashback detail boject.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cashback_type** | **string** | Type of discount. | [default to undefined]
**cashback_value** | **number** | Value of Discount. | [default to undefined]
**max_cashback_amount** | **number** | Maximum Value of Cashback allowed. | [default to undefined]

## Example

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

const instance: CashbackDetails = {
    cashback_type,
    cashback_value,
    max_cashback_amount,
};
```

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