# CarryForwardInterestSplit

Represents carry forward interest split

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **number** | The carry forward interest amount. | [optional] [default to undefined]
**tax** | **number** | The taxes amount on the carry forward interest. | [optional] [default to undefined]

## Example

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

const instance: CarryForwardInterestSplit = {
    amount,
    tax,
};
```

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