# TerminalData

Terminal Data in the create order response.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agent_mobile_number** | **string** |  | [optional] [default to undefined]
**cf_terminal_id** | **number** |  | [optional] [default to undefined]
**merchant_terminal_id** | **string** |  | [optional] [default to undefined]
**terminal_type** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: TerminalData = {
    agent_mobile_number,
    cf_terminal_id,
    merchant_terminal_id,
    terminal_type,
};
```

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