# Cyclos411Api.AdView

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**categories** | [**[AdCategoryWithParent]**](AdCategoryWithParent.md) | Either internal name or id of categories this advertisement belongs to. In most cases an advertisement will have a single category, but this depends on the Cyclos configuration.  | [optional] 
**customValues** | [**[CustomFieldValue]**](CustomFieldValue.md) | The list of custom field values this advertisement has | [optional] 
**currency** | [**Currency**](Currency.md) | The advertisement&#39;s price currency | [optional] 
**promotionalPrice** | [**BigDecimal**](BigDecimal.md) | The promotional price, to be applied on the promotional period is active  | [optional] 
**promotionalPeriod** | [**DatePeriod**](DatePeriod.md) | The promotional period, the one when &#x60;promotionalPrice&#x60; is valid  | [optional] 
**promotionalPeriodActive** | **Boolean** | Indicates whether the promotional period is active at the moment this data is returned  | [optional] 
**canManage** | **Boolean** | Indicates if the authenticated user manage this advertisement | [optional] 
**canBuy** | **Boolean** | Indicates if the authenticated user can buy this webshop ad.  | [optional] 
**canAsk** | **Boolean** | Indicates if the authenticated user can ask questions about this advertisement.  | [optional] 
**questionsEnabled** | **Boolean** | Indicates if the questions are anabled for the given advertisement. | [optional] 
**additionalImages** | [**[Image]**](Image.md) | Holds the images other than the primary image, which is returned in the &#x60;image&#x60; field  | [optional] 
**addresses** | [**[Address]**](Address.md) | (Deprecated) The addresses (belonging to the advertisement&#39;s owner) where this  advertisement is available.  | [optional] 
**userAddresses** | [**[Address]**](Address.md) | The addresses (belonging to the advertisement&#39;s owner) where this  advertisement is available.  | [optional] 
**adAddresses** | [**[Address]**](Address.md) | The custom addresses where this advertisement is available.  | [optional] 
**questions** | [**[AdQuestionView]**](AdQuestionView.md) | The list of questions this advertisement has.  | [optional] 
**allowDecimal** | **Boolean** | if true then this webshop ad can be ordered specifying the quantity  as a decimal number.  | [optional] 
**deliveryMethods** | [**[AdDeliveryMethod]**](AdDeliveryMethod.md) | The available delivery methods for this webshop ad. | [optional] 
**maxAllowedInCart** | [**BigDecimal**](BigDecimal.md) | The maximum quantity that can be specified in the shopping cart.  | [optional] 
**minAllowedInCart** | [**BigDecimal**](BigDecimal.md) | The minimum quantity that can be specified in the shopping cart.        | [optional] 
**productNumber** | **String** | The product number according to the webshop settings. | [optional] 
**stockQuantity** | [**BigDecimal**](BigDecimal.md) | The stock disponibility. Only if &#x60;unlimitedStock&#x60; is false and the  &#39;Stock type&#39; was not marked as &#39;Not available&#39; (through the web  interface).  | [optional] 
**unlimitedStock** | **Boolean** | If true then it means there is always disponibility of the webshop ad. | [optional] 
**operations** | [**[Operation]**](Operation.md) | List of runnable custom operations. | [optional] 


