@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
37 lines (29 loc) • 1.16 kB
Markdown
# BookingHistoryPopulated
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **string** | | [default to undefined]
**actionKey** | **string** | | [optional] [default to undefined]
**performedBy** | [**UserInfo**](UserInfo.md) | | [default to undefined]
**performedByType** | **string** | | [default to undefined]
**details** | **string** | | [default to undefined]
**metadata** | **any** | | [optional] [default to undefined]
**previousStatus** | **string** | | [optional] [default to undefined]
**newStatus** | **string** | | [optional] [default to undefined]
**createdAt** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { BookingHistoryPopulated } from '@tennac-booking/sdk';
const instance: BookingHistoryPopulated = {
action,
actionKey,
performedBy,
performedByType,
details,
metadata,
previousStatus,
newStatus,
createdAt,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)