@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 723 B
Markdown
# SumupPairReaderRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pairingCode** | **string** | | [default to undefined]
**name** | **string** | | [default to undefined]
**metadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
## Example
```typescript
import { SumupPairReaderRequest } from '@tennac-booking/sdk';
const instance: SumupPairReaderRequest = {
pairingCode,
name,
metadata,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)