UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 1.02 kB
# SumupAccountStatusResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **connected** | **boolean** | | [default to undefined] **merchantCode** | **string** | | [optional] [default to undefined] **readerId** | **string** | | [optional] [default to undefined] **readerName** | **string** | | [optional] [default to undefined] **readerPairedAt** | **string** | | [optional] [default to undefined] **scope** | **string** | | [optional] [default to undefined] **connectedAt** | **string** | | [optional] [default to undefined] ## Example ```typescript import { SumupAccountStatusResponse } from '@tennac-booking/sdk'; const instance: SumupAccountStatusResponse = { connected, merchantCode, readerId, readerName, readerPairedAt, scope, connectedAt, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)