@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
33 lines (25 loc) • 1.2 kB
Markdown
# CompleteRegisterRequestBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firstName** | **string** | | [default to undefined]
**lastName** | **string** | | [default to undefined]
**levelBySports** | [**Array<CompleteRegisterRequestBodyLevelBySportsInner>**](CompleteRegisterRequestBodyLevelBySportsInner.md) | | [optional] [default to undefined]
**gender** | [**Gender**](Gender.md) | | [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 { CompleteRegisterRequestBody } from '@tennac-booking/sdk';
const instance: CompleteRegisterRequestBody = {
firstName,
lastName,
levelBySports,
gender,
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)