UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 781 B
# RequestVerificationCodeBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **string** | | [default to undefined] **context** | **string** | | [optional] [default to undefined] **lang** | [**SupportedLanguage**](SupportedLanguage.md) | | [optional] [default to undefined] **requestId** | **string** | | [optional] [default to undefined] ## Example ```typescript import { RequestVerificationCodeBody } from '@tennac-booking/sdk'; const instance: RequestVerificationCodeBody = { email, context, lang, requestId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)