# openapi.model.OrderCustomItemEntity

## 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] 
**orderDetailId** | **num** | Order detail ID for this item | [optional] 
**name** | **String** | Item's name | 
**chargeTax** | **bool** | If this item charges taxes then true, else, false | 
**isPhysicalProduct** | **bool** | If true, then it's a physical item, otherwise, it's digital | [default to false]
**itemWeight** | **num** | If it's a physical item, then you should provide its weight | [optional] 
**itemUnit** | **String** | If it's a physical item, then you should provide its weight | [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)


