# ProductBranchConfiguration

Holds information about branch availability for the product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allBranches** | **boolean** | Indicates if this product should be available for all branches | [optional] [default to undefined]
**branches** | **Array&lt;string&gt;** | Holds the ids of the branches this product should be available for. | [optional] [default to undefined]

## Example

```typescript
import { ProductBranchConfiguration } from './api';

const instance: ProductBranchConfiguration = {
    allBranches,
    branches,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
