# BookingCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **string** |  | [default to undefined]
**day** | **string** |  | [default to undefined]
**time** | **string** |  | [default to undefined]
**status** | [**PurchaseStatus**](PurchaseStatus.md) |  | [optional] [default to undefined]

## Example

```typescript
import { BookingCreateInputs } from '@connectedxm/admin-sdk';

const instance: BookingCreateInputs = {
    accountId,
    day,
    time,
    status,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
