Портфели, создание счетов, ручные события, PATCH инструмента, ScopeCardOut, MetricsStatusOut, логотипы в HoldingOut.
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# fintracker_api.model.AccountOut
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:fintracker_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**archived** | **bool** | |
|
|
**balance** | **String** | decimal as string |
|
|
**balanceAsOf** | [**DateTime**](DateTime.md) | |
|
|
**broker** | [**Broker**](Broker.md) | |
|
|
**creditLimit** | **String** | decimal as string |
|
|
**currency** | **String** | |
|
|
**disabled** | **bool** | |
|
|
**id** | **int** | |
|
|
**includeInNetWorth** | **bool** | |
|
|
**kind** | [**AccountKind**](AccountKind.md) | |
|
|
**mirrorOfAccountId** | **int** | |
|
|
**name** | **String** | |
|
|
**openedAt** | [**DateTime**](DateTime.md) | |
|
|
**primaryEventSource** | [**EventSource**](EventSource.md) | |
|
|
**role** | [**AccountRole**](AccountRole.md) | |
|
|
**source_** | **String** | |
|
|
**sourceId** | **String** | |
|
|
**startBalance** | **String** | decimal as string |
|
|
**valueRub** | **String** | decimal as string | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|