UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

23 lines (15 loc) 733 B
# AccountDeletionRequestBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **string** | Message libre décrivant la demande de suppression. | [default to undefined] **reason** | **string** | Raison courte de la demande (ex: RGPD, ne plus utiliser l\'application). Optionnelle. | [optional] [default to undefined] ## Example ```typescript import { AccountDeletionRequestBody } from '@tennac-booking/sdk'; const instance: AccountDeletionRequestBody = { message, reason, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)