# PaymentModeDetails

payment mode eligiblity object.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nick** | **string** |  | [optional] [default to undefined]
**display** | **string** |  | [optional] [default to undefined]
**eligibility** | **boolean** |  | [optional] [default to undefined]
**code** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: PaymentModeDetails = {
    nick,
    display,
    eligibility,
    code,
};
```

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