24 lines
779 B
Markdown
24 lines
779 B
Markdown
# fintracker_api.model.LotOut
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:fintracker_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**accountId** | **int** | |
|
|
**closedAt** | [**DateTime**](DateTime.md) | |
|
|
**costCurrency** | **String** | |
|
|
**costPerUnit** | **String** | decimal as string |
|
|
**costTotalRub** | **String** | decimal as string |
|
|
**id** | **int** | |
|
|
**openDate** | [**DateTime**](DateTime.md) | |
|
|
**qtyOpen** | **String** | decimal as string |
|
|
**qtyRemaining** | **String** | decimal as string |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|