UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 890 B
# GetClubsWithVerificationDomains200ResponseInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **logo** | **string** | | [optional] [default to undefined] **allowedEmailDomains** | **Array<string>** | | [default to undefined] **address** | **string** | | [optional] [default to undefined] **name** | **string** | | [default to undefined] **clubId** | **string** | | [default to undefined] ## Example ```typescript import { GetClubsWithVerificationDomains200ResponseInner } from '@tennac-booking/sdk'; const instance: GetClubsWithVerificationDomains200ResponseInner = { logo, allowedEmailDomains, address, name, clubId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)