# openapi.model.OrderDetailEntity

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | Unique identifier | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**orderId** | **num** | ID of order for this item | 
**variantId** | **num** | ID of variant (product) | 
**quantity** | **num** | Total quantity for THIS item | 
**price** | **num** | The price of this item when it was ordered | 
**fulfillments** | [**BuiltList&lt;FulfillmentDetailEntity&gt;**](FulfillmentDetailEntity.md) | One or more of this item can be fulfilled | 
**refundDetails** | [**BuiltList&lt;RefundDetailEntity&gt;**](RefundDetailEntity.md) | One or more UNFULFILLED of this item can be refunded | 
**customItem** | [**OrderDetailEntityCustomItem**](OrderDetailEntityCustomItem.md) |  | [optional] 

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


