UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

35 lines (27 loc) 1.23 kB
# TermsAndConditionsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | ID de la version | [default to undefined] **version** | **string** | Numéro de version (ex: \"1.0\", \"2.0\") | [default to undefined] **content** | **string** | Contenu des CGU (markdown ou HTML) | [default to undefined] **effectiveDate** | **string** | Date d\'effet de cette version | [optional] [default to undefined] **summary** | **string** | Résumé des changements (optionnel) | [optional] [default to undefined] **audience** | **string** | | [optional] [default to undefined] **language** | **string** | Code de la langue | [default to undefined] **createdAt** | **string** | | [optional] [default to undefined] ## Example ```typescript import { TermsAndConditionsResponse } from '@tennac-booking/sdk'; const instance: TermsAndConditionsResponse = { id, version, content, effectiveDate, summary, audience, language, createdAt, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)