# BranchSettings

Holds information about branch availability for the product.

## Properties

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

## Example

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

const instance: BranchSettings = {
    availableProductBranches,
    forAllBranches,
};
```

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