@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
27 lines (19 loc) • 808 B
Markdown
# MigrateSubscriptionRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subscriptionData** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
**clubId** | **string** | | [default to undefined]
**lastName** | **string** | | [default to undefined]
**firstName** | **string** | | [default to undefined]
## Example
```typescript
import { MigrateSubscriptionRequest } from '@tennac-booking/sdk';
const instance: MigrateSubscriptionRequest = {
subscriptionData,
clubId,
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)