# openapi.model.NewsletterEntity

## 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] 
**image** | **String** |  | 
**isDefault** | **bool** |  | 
**isDeleted** | **bool** |  | [optional] [default to false]
**translations** | [**BuiltList&lt;NewsletterTranslationEntity&gt;**](NewsletterTranslationEntity.md) |  | 
**discount** | [**NewsletterDiscountEntity**](NewsletterDiscountEntity.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)


