# SubscriptionEligibilityResponse

Subscrition eligibility API response.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**Array&lt;EligibilityMethodItem&gt;**](EligibilityMethodItem.md) | List of eligibile payment methods for the subscription. | [optional] [default to undefined]

## Example

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

const instance: SubscriptionEligibilityResponse = {
    type,
};
```

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