@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 620 B
Markdown
# SendSubscriptionInvitationResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**invitationUrl** | **string** | | [default to undefined]
**message** | **string** | | [default to undefined]
## Example
```typescript
import { SendSubscriptionInvitationResponse } from '@tennac-booking/sdk';
const instance: SendSubscriptionInvitationResponse = {
invitationUrl,
message,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)