# AccountIdentification

The account identification details

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**iban** | **string** | The account unique identifier | [optional] [default to undefined]
**other** | [**OtherAccountIdentification**](OtherAccountIdentification.md) |  | [optional] [default to undefined]

## Example

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

const instance: AccountIdentification = {
    iban,
    other,
};
```

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