# DiscountDetails

detils of the discount object of offer.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**discount_type** | **string** | Type of discount. | [default to undefined]
**discount_value** | **number** | Value of Discount. | [default to undefined]
**max_discount_amount** | **number** | Maximum Value of Discount allowed. | [default to undefined]

## Example

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

const instance: DiscountDetails = {
    discount_type,
    discount_value,
    max_discount_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)
