Files
Dmitry bfe74ca47c chore(app): перегенерировать Dart-клиент
Портфели, создание счетов, ручные события, PATCH инструмента, ScopeCardOut, MetricsStatusOut, логотипы в HoldingOut.
2026-09-19 22:14:07 +03:00

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)