@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
31 lines (23 loc) • 1 kB
Markdown
# StaffCancelEventRegistrationResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** | | [default to undefined]
**eventId** | **string** | | [default to undefined]
**eventBookingId** | **string** | | [default to undefined]
**canceledInvoiceIds** | **Array<string>** | | [default to undefined]
**refundedInvoiceIds** | **Array<string>** | | [default to undefined]
**manualRefundInvoiceIds** | **Array<string>** | | [default to undefined]
## Example
```typescript
import { StaffCancelEventRegistrationResponse } from '@tennac-booking/sdk';
const instance: StaffCancelEventRegistrationResponse = {
message,
eventId,
eventBookingId,
canceledInvoiceIds,
refundedInvoiceIds,
manualRefundInvoiceIds,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)