# PaymentMethodUPIInPaymentsEntityUpi


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channel** | **string** |  | [optional] [default to undefined]
**upi_id** | **string** |  | [optional] [default to undefined]
**upi_payer_ifsc** | **string** |  | [optional] [default to undefined]
**upi_payer_account_number** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: PaymentMethodUPIInPaymentsEntityUpi = {
    channel,
    upi_id,
    upi_payer_ifsc,
    upi_payer_account_number,
};
```

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