# OfferFilters

Filter for offers.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**offer_type** | [**Array&lt;OfferType&gt;**](OfferType.md) | Array of offer_type to be filtered. | [optional] [default to undefined]

## Example

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

const instance: OfferFilters = {
    offer_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)
