# openapi.model.GetDraftOrders

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | ID of draft order | 
**draftOrderNumber** | **String** | A unique number for each draft order | 
**date** | [**DateTime**](DateTime.md) | Last updated date | 
**status** | **String** | Current state of the draft order | 
**total** | **num** | Total price of all products in the draft | 
**customer** | [**GetDraftOrdersCustomer**](GetDraftOrdersCustomer.md) |  | 

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


