# Cyclos411Api.WebshopAd

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowDecimalQuantity** | **Boolean** | Indicates if the webshop ad allow enter a decimal value for the  quantity.  | [optional] 
**minAllowedInCart** | [**BigDecimal**](BigDecimal.md) | The minimum quantity allowed to be added in the shopping cart.  | [optional] 
**maxAllowedInCart** | [**BigDecimal**](BigDecimal.md) | The maximum quantity allowed to be added in the shopping cart.   | [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] 
**productNumber** | **String** | The number assigned to the webshop ad. | [optional] 


