# openapi.model.GetCartItems

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** |  | [optional] 
**name** | **String** |  | [optional] 
**quantity** | **num** |  | [optional] 
**price** | **num** |  | [optional] 
**totalPrice** | **num** |  | [optional] 
**variantId** | **num** |  | [optional] 
**heroImage** | **String** |  | [optional] 
**sku** | **String** |  | [optional] 
**types** | [**BuiltList&lt;GetVariantTypesDto&gt;**](GetVariantTypesDto.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)


