# Nr1CatalogApp.LinkRestrictionData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**maxQuantity** | **Number** | Restriction defining the maximum of item instances (portions, units) can be provided as a part of the link. | [optional] 
**minQuantity** | **Number** | Restriction defining the minimum number of item instances (portions, units) that can be provided as part of the link (group or individual item). For example, the setting of 1 will require at least one item instances to be included with the link. It can be used to define kits or strong linkage such as bottle deposit that must be sold along with the item. | [optional] 
**freeQuantity** | **Number** | Restriction defining the number of item instances (portions, units) that can be provided free as part of the link (group or individual item). For example, the setting of 1 means that one item instance is provided at no charge. | [optional] 
**defaultQuantity** | **Number** | Default setting of the restriction (the client will apply this setting by default). In a general case it should not contradict the min/max restrictions, however, the service will not enforce this validation. | [optional] 
**visibilityScope** | **String** | Defines visibility scope of the link group or item. | [optional] 


<a name="VisibilityScopeEnum"></a>
## Enum: VisibilityScopeEnum


* `INTERNAL` (value: `"INTERNAL"`)

* `EXTERNAL` (value: `"EXTERNAL"`)




