# FeeTaxSettings

Tax settings for a specific Predefined fee that overrides the tax settings of Loan Product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**taxableCalculationMethod** | **string** | Marks a specific fee as non-taxable (taxes are not calculated for it).Feature is in the Early Stage. To be enabled by request. | [optional] [default to undefined]

## Example

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

const instance: FeeTaxSettings = {
    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)
