UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

37 lines (29 loc) 1.11 kB
# RegisterRequestBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **username** | **string** | | [optional] [default to undefined] **firstName** | **string** | | [default to undefined] **lastName** | **string** | | [default to undefined] **email** | **string** | | [default to undefined] **password** | **string** | | [default to undefined] **level** | **string** | | [optional] [default to undefined] **stripeCustomerId** | **string** | | [optional] [default to undefined] **phone** | **string** | | [optional] [default to undefined] **profilePicture** | **string** | | [optional] [default to undefined] ## Example ```typescript import { RegisterRequestBody } from '@tennac-booking/sdk'; const instance: RegisterRequestBody = { username, firstName, lastName, email, password, level, stripeCustomerId, phone, profilePicture, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)