# PaymentMethodAppInPaymentsEntityApp


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channel** | **string** |  | [optional] [default to undefined]
**provider** | **string** |  | [optional] [default to undefined]
**phone** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: PaymentMethodAppInPaymentsEntityApp = {
    channel,
    provider,
    phone,
};
```

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