# AccountDetails

The account currency and identification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currency** | **string** | The currency of the account | [optional] [default to undefined]
**identification** | [**AccountIdentification**](AccountIdentification.md) |  | [optional] [default to undefined]

## Example

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

const instance: AccountDetails = {
    currency,
    identification,
};
```

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