# DepositAccountOwnershipHistory

The history of deposit account ownership

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**previousOwnerKey** | **string** | They key of the previous account holder | [optional] [readonly] [default to undefined]
**transferDate** | **string** | The transfer date of the account ownership | [optional] [readonly] [default to undefined]

## Example

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

const instance: DepositAccountOwnershipHistory = {
    previousOwnerKey,
    transferDate,
};
```

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