UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

35 lines (27 loc) 1.16 kB
# ClubGeneralSettingsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | | [default to undefined] **email** | **string** | | [optional] [default to undefined] **phone** | **string** | | [optional] [default to undefined] **websiteUrl** | **string** | | [optional] [default to undefined] **socials** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined] **logo** | **string** | | [optional] [default to undefined] **location** | [**ClubLocationSettings**](ClubLocationSettings.md) | | [default to undefined] **stripeUrl** | **string** | | [optional] [default to undefined] ## Example ```typescript import { ClubGeneralSettingsResponse } from '@tennac-booking/sdk'; const instance: ClubGeneralSettingsResponse = { name, email, phone, websiteUrl, socials, logo, location, stripeUrl, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)