# DepositProductTaxConfiguration

Defines some settings for taxes on the deposit product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**withholdingTaxEnabled** | **boolean** | Whether withholding taxes are enabled for this product or not | [optional] [default to undefined]

## Example

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

const instance: DepositProductTaxConfiguration = {
    withholdingTaxEnabled,
};
```

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