# LoanProductTaxConfiguration

Tax settings, defines some settings for taxes on the loan product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**taxCalculationMethod** | **string** | Shows whether the tax is added on top of the target amount or not. | [optional] [default to undefined]
**taxSourceId** | **string** | tax source id. | [optional] [default to undefined]
**taxesOnFeesEnabled** | **boolean** | Shows whether taxes on fees are enabled for this product or not. | [optional] [default to undefined]
**taxesOnInterestEnabled** | **boolean** | Shows whether taxes on interest are enabled for this product or not. | [optional] [default to undefined]
**taxesOnPenaltyEnabled** | **boolean** | Shows whether taxes on penalties are enabled for this product or not. | [optional] [default to undefined]

## Example

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

const instance: LoanProductTaxConfiguration = {
    taxCalculationMethod,
    taxSourceId,
    taxesOnFeesEnabled,
    taxesOnInterestEnabled,
    taxesOnPenaltyEnabled,
};
```

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