# DepositAccountAction

Represents the action details for a deposit 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 { DepositAccountAction } from './api';

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