# TaxSettings

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]
**taxSourceKey** | **string** | The tax source from where the loan account taxes will be updated. | [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 { TaxSettings } from './api';

const instance: TaxSettings = {
    taxCalculationMethod,
    taxSourceKey,
    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)
