# DemapSoundboxVpaRequest

Request body to demap soundbox vpa.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cf_terminal_id** | **number** | Cashfree terminal ID. | [default to undefined]
**device_serial_no** | **string** | Device Serial No of soundbox that need to demap. | [optional] [default to undefined]

## Example

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

const instance: DemapSoundboxVpaRequest = {
    cf_terminal_id,
    device_serial_no,
};
```

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