# openapi.model.GetShippingResponse

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** |  | 
**name** | **String** |  | 
**createAt** | [**DateTime**](DateTime.md) |  | 
**updateAt** | [**DateTime**](DateTime.md) |  | 
**variants** | [**BuiltList&lt;Variant&gt;**](Variant.md) |  | 
**locations** | [**BuiltList&lt;Location&gt;**](Location.md) |  | 
**zones** | [**BuiltList&lt;ShippingZoneEntity&gt;**](ShippingZoneEntity.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)


