# openapi.model.GetOrder

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** |  | 
**hasNewReturn** | **bool** |  | 
**orderNumber** | **String** |  | 
**date** | [**DateTime**](DateTime.md) |  | 
**total** | **num** |  | 
**deliveryMethod** | **String** |  | 
**tags** | [**BuiltList&lt;GetOrderTagsByNameResponse&gt;**](GetOrderTagsByNameResponse.md) | tags | [optional] 
**customer** | [**CustomerDto**](CustomerDto.md) |  | 
**paymentStatus** | **String** |  | 
**fulfillmentStatus** | **String** |  | 

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


