# PaymentMethodCardEMIInPaymentsEntityEmiEmiDetails


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**emi_amount** | **number** |  | [optional] [default to undefined]
**emi_tenure** | **number** |  | [optional] [default to undefined]
**emi_interest** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: PaymentMethodCardEMIInPaymentsEntityEmiEmiDetails = {
    emi_amount,
    emi_tenure,
    emi_interest,
};
```

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