@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
47 lines (39 loc) • 1.6 kB
Markdown
# 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]
**gender** | [**Gender**](Gender.md) | | [optional] [default to undefined]
**birthDate** | **string** | | [optional] [default to undefined]
**profilePicture** | **string** | | [optional] [default to undefined]
**location** | [**RegisterRequestBodyLocation**](RegisterRequestBodyLocation.md) | | [optional] [default to undefined]
**organizationId** | **string** | | [optional] [default to undefined]
**organizationEmail** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { RegisterRequestBody } from '@tennac-booking/sdk';
const instance: RegisterRequestBody = {
username,
firstName,
lastName,
email,
password,
level,
stripeCustomerId,
phone,
gender,
birthDate,
profilePicture,
location,
organizationId,
organizationEmail,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)