# TransferOwnershipAction

Transfer the account ownership from current account holder to a new one (client/group).

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**targetHolderKey** | **string** | The ID or encoded key of the new account holder. | [default to undefined]

## Example

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

const instance: TransferOwnershipAction = {
    targetHolderKey,
};
```

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