# OtherAccountIdentification

Represents other way of identification for the account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**identification** | **string** | The identification of the payer/payee | [optional] [default to undefined]
**scheme** | **string** | The identification scheme | [optional] [default to undefined]

## Example

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

const instance: OtherAccountIdentification = {
    identification,
    scheme,
};
```

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