# OfferTnc

Offer terms and condition object.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**offer_tnc_type** | **string** | TnC Type for the Offer. It can be either &#x60;text&#x60; or &#x60;link&#x60;. | [default to undefined]
**offer_tnc_value** | **string** | TnC for the Offer. | [default to undefined]

## Example

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

const instance: OfferTnc = {
    offer_tnc_type,
    offer_tnc_value,
};
```

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