# StartMaturityAction

The action to start the maturity period for a deposit account

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**maturityDate** | **string** | The date when the maturity period starts. | [optional] [default to undefined]
**notes** | **string** | The notes or description attached to this object. | [optional] [default to undefined]

## Example

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

const instance: StartMaturityAction = {
    maturityDate,
    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)
