@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 772 B
Markdown
# CheckInPlayerSumupResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** | Message de confirmation | [default to undefined]
**invoice** | [**CheckedInPlayer**](CheckedInPlayer.md) | | [default to undefined]
**sumupPayment** | [**CheckInSumupPaymentInfo**](CheckInSumupPaymentInfo.md) | | [optional] [default to undefined]
## Example
```typescript
import { CheckInPlayerSumupResponse } from '@tennac-booking/sdk';
const instance: CheckInPlayerSumupResponse = {
message,
invoice,
sumupPayment,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)