# TerminateLoanAccountInput

Represents the request payload for the terminate a loan account action

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**notes** | **string** | The notes for the terminate action performed on the loan account | [optional] [default to undefined]
**valueDate** | **string** | The date when terminate the loan account | [default to undefined]

## Example

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

const instance: TerminateLoanAccountInput = {
    notes,
    valueDate,
};
```

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