# TaxConfiguration

Defines settings for taxes on the loan product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**taxableCalculationMethod** | **string** | Defines method used by the loans to compute the taxes for the revenues | [optional] [default to undefined]

## Example

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

const instance: TaxConfiguration = {
    taxableCalculationMethod,
};
```

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