@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
29 lines (21 loc) • 760 B
Markdown
# ContactRequestBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** | | [default to undefined]
**subject** | **string** | | [default to undefined]
**email** | **string** | | [default to undefined]
**lastName** | **string** | | [default to undefined]
**firstName** | **string** | | [default to undefined]
## Example
```typescript
import { ContactRequestBody } from '@tennac-booking/sdk';
const instance: ContactRequestBody = {
message,
subject,
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)