# CardOffer


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **Array&lt;string&gt;** |  | [default to undefined]
**bank_name** | **string** | Bank Name of Card. | [default to undefined]
**scheme_name** | **Array&lt;string&gt;** |  | [default to undefined]

## Example

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

const instance: CardOffer = {
    type,
    bank_name,
    scheme_name,
};
```

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