# LoanAccountAction

Represents information for an action to perform on a loan account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **string** | The action type to be applied. | [default to undefined]
**notes** | **string** | The notes related to the action performed. | [optional] [default to undefined]

## Example

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

const instance: LoanAccountAction = {
    action,
    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)
