# CreateSubscriptonPaymentRequestUpi

payment method upi.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channel** | **string** | Channel. can be link, qrcode, or collect | [optional] [default to undefined]
**upi_id** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: CreateSubscriptonPaymentRequestUpi = {
    channel,
    upi_id,
};
```

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