@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
55 lines (47 loc) • 2.07 kB
Markdown
# SumupReaderInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [optional] [default to undefined]
**reader_id** | **string** | | [optional] [default to undefined]
**serial_number** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**status** | **string** | | [optional] [default to undefined]
**isAllowedForPayments** | **boolean** | | [optional] [default to undefined]
**isDefaultForPayments** | **boolean** | | [optional] [default to undefined]
**isReadyForPayments** | **boolean** | | [optional] [default to undefined]
**isAvailableForPayments** | **boolean** | | [optional] [default to undefined]
**paymentStatus** | **string** | | [optional] [default to undefined]
**paymentState** | **string** | | [optional] [default to undefined]
**device** | [**SumupReaderInfoDevice**](SumupReaderInfoDevice.md) | | [optional] [default to undefined]
**metadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
**created_at** | **string** | | [optional] [default to undefined]
**updated_at** | **string** | | [optional] [default to undefined]
**model** | **string** | | [optional] [default to undefined]
**device_type** | **string** | | [optional] [default to undefined]
**last_seen_at** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { SumupReaderInfo } from '@tennac-booking/sdk';
const instance: SumupReaderInfo = {
id,
reader_id,
serial_number,
name,
status,
isAllowedForPayments,
isDefaultForPayments,
isReadyForPayments,
isAvailableForPayments,
paymentStatus,
paymentState,
device,
metadata,
created_at,
updated_at,
model,
device_type,
last_seen_at,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)