# openapi.model.GetAllResult

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | id of variant | 
**articleNo** | **String** | Article no of variant | 
**createdAt** | [**DateTime**](DateTime.md) | Created at of variant | 
**updatedAt** | [**DateTime**](DateTime.md) | Updated at of variant | 
**isDefault** | **bool** | is default variant | 
**price** | **num** | price of variant | 
**salePrice** | **num** | sale price of variant | 
**cost** | **num** | cost of variant | 
**continueSelling** | **bool** | continue selling of variant | 
**hasTax** | **bool** | is has tax of variant | 
**barcode** | **num** | barcode of variant | 
**sku** | **num** | sku of variant | 
**status** | **num** | status of variant | 
**inventory** | [**GetAllResultInventory**](GetAllResultInventory.md) |  | 
**images** | [**BuiltList&lt;GetAllInventoriesImage&gt;**](GetAllInventoriesImage.md) | images of variant | 
**types** | [**BuiltList&lt;GetAllInventoriesType&gt;**](GetAllInventoriesType.md) | types of variant | 
**product** | [**GetAllResultProduct**](GetAllResultProduct.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)


