# openapi.model.FreeShippingDiscountEntity

## 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] 
**countryType** | [**FreeShippingDiscountCountryTypeEnum**](FreeShippingDiscountCountryTypeEnum.md) |  | 
**excludeShippingRatesOverAmount** | **num** | Gives you the flexibility to exclude shipping costs from a discount calculation when they exceed a specified threshold amount. This can be useful if you want to provide discounts on products while limiting the extent to which shipping costs are discounted | [optional] 
**minimumPurchaseType** | [**FreeShippingDiscountMinimumPurchaseTypeEnum**](FreeShippingDiscountMinimumPurchaseTypeEnum.md) |  | 
**minimumPurchaseValue** | **num** | This value depends on MinimumPurchaseType | [optional] 
**discount** | [**DiscountEntity**](DiscountEntity.md) |  | [optional] 
**countries** | [**BuiltList&lt;ShippingZoneCountryEntity&gt;**](ShippingZoneCountryEntity.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)


