# OfferCard

Offers related to cards.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**card** | [**CardOffer**](CardOffer.md) |  | [default to undefined]

## Example

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

const instance: OfferCard = {
    card,
};
```

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