# EMIPlansArray

Single EMI object.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tenure** | **number** |  | [optional] [default to undefined]
**interest_rate** | **number** |  | [optional] [default to undefined]
**currency** | **string** |  | [optional] [default to undefined]
**emi** | **number** |  | [optional] [default to undefined]
**total_interest** | **number** |  | [optional] [default to undefined]
**total_amount** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: EMIPlansArray = {
    tenure,
    interest_rate,
    currency,
    emi,
    total_interest,
    total_amount,
};
```

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