UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

24 lines (16 loc) 797 B
# AcceptTermsRequestBody Requête pour accepter les CGU ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **termsId** | **string** | ID de la version des CGU à accepter (optionnel, utilise la version actuelle si non fourni) | [optional] [default to undefined] **version** | **string** | Numéro de version des CGU à accepter (optionnel, ignoré si termsId est fourni) | [optional] [default to undefined] ## Example ```typescript import { AcceptTermsRequestBody } from '@tennac-booking/sdk'; const instance: AcceptTermsRequestBody = { termsId, version, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)