# ApplyBalanceInterestInput

Represents a request for applying the accrued interest on a loan account balance

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interestApplicationDate** | **string** | The date up to which interest is to be posted | [optional] [default to undefined]
**notes** | **string** | Additional information for this action | [optional] [default to undefined]

## Example

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

const instance: ApplyBalanceInterestInput = {
    interestApplicationDate,
    notes,
};
```

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