UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 1.09 kB
# NoShowFeeResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **string** | Message de confirmation | [default to undefined] **totalExpected** | **number** | Montant total attendu | [default to undefined] **totalCaptured** | **number** | Montant total capturé | [default to undefined] **missingAmount** | **number** | Montant manquant | [default to undefined] **captureResults** | [**Array<CaptureResult>**](CaptureResult.md) | Résultats des captures | [default to undefined] **creatorChargeResult** | [**CreatorChargeResult**](CreatorChargeResult.md) | | [optional] [default to undefined] ## Example ```typescript import { NoShowFeeResponse } from '@tennac-booking/sdk'; const instance: NoShowFeeResponse = { message, totalExpected, totalCaptured, missingAmount, captureResults, creatorChargeResult, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)