### Inventory Dependant Option Type

```
enum InventoryDependantOptionType
{
    Independant = 0
    Main_Component = 1
    All_Components = 2
}
```
