# UpdateTerminalEntity

Update terminal response.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**added_on** | **string** |  | [optional] [default to undefined]
**cf_terminal_id** | **number** |  | [optional] [default to undefined]
**last_updated_on** | **string** |  | [optional] [default to undefined]
**terminal_address** | **string** |  | [optional] [default to undefined]
**terminal_email** | **string** |  | [optional] [default to undefined]
**terminal_type** | **string** |  | [optional] [default to undefined]
**teminal_id** | **string** |  | [optional] [default to undefined]
**terminal_name** | **string** |  | [optional] [default to undefined]
**terminal_note** | **string** |  | [optional] [default to undefined]
**terminal_phone_no** | **string** |  | [optional] [default to undefined]
**terminal_status** | **string** |  | [optional] [default to undefined]
**terminal_meta** | [**TerminalEntityTerminalMeta**](TerminalEntityTerminalMeta.md) |  | [optional] [default to undefined]

## Example

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

const instance: UpdateTerminalEntity = {
    added_on,
    cf_terminal_id,
    last_updated_on,
    terminal_address,
    terminal_email,
    terminal_type,
    teminal_id,
    terminal_name,
    terminal_note,
    terminal_phone_no,
    terminal_status,
    terminal_meta,
};
```

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