# OfferMetaResponse

Offer meta response details object.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**offer_code** | **string** | Unique identifier for the Offer. | [optional] [default to undefined]
**offer_description** | **string** | Description for the Offer. | [optional] [default to undefined]
**offer_end_time** | **string** | Expiry Time for the Offer. | [optional] [default to undefined]
**offer_start_time** | **string** | Start Time for the Offer. | [optional] [default to undefined]
**offer_title** | **string** | Title for the Offer. | [optional] [default to undefined]

## Example

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

const instance: OfferMetaResponse = {
    offer_code,
    offer_description,
    offer_end_time,
    offer_start_time,
    offer_title,
};
```

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