# CardEMIPaymentMethod

Complete card emi payment method.

## Properties

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

## Example

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

const instance: CardEMIPaymentMethod = {
    emi,
};
```

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