@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
41 lines (33 loc) • 1.39 kB
Markdown
# MigrateUserRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subscriptionMetadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
**metadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
**clubId** | **string** | | [default to undefined]
**city** | **string** | | [optional] [default to undefined]
**postalCode** | **string** | | [optional] [default to undefined]
**adress** | **string** | | [optional] [default to undefined]
**gender** | **string** | | [optional] [default to undefined]
**phone** | **string** | | [optional] [default to undefined]
**email** | **string** | | [default to undefined]
**lastName** | **string** | | [default to undefined]
**firstName** | **string** | | [default to undefined]
## Example
```typescript
import { MigrateUserRequest } from '@tennac-booking/sdk';
const instance: MigrateUserRequest = {
subscriptionMetadata,
metadata,
clubId,
city,
postalCode,
adress,
gender,
phone,
email,
lastName,
firstName,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)