# openapi.model.GetCart

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** |  | 
**variantId** | **num** |  | 
**name** | **String** |  | 
**pageTitle** | **String** |  | 
**variantQuantity** | **num** |  | 
**cartQuantity** | **num** |  | 
**continueSelling** | **bool** |  | 
**price** | **num** |  | 
**salePrice** | **num** |  | [optional] 
**totalPrice** | **num** |  | 
**heroImage** | **String** |  | [optional] 
**types** | [**BuiltList&lt;VariantTypes&gt;**](VariantTypes.md) |  | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | 
**updatedAt** | [**DateTime**](DateTime.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)


