Files
2026-09-18 14:20:50 +03:00

779 B

fintracker_api.model.LotOut

Load the model package

import 'package:fintracker_api/api.dart';

Properties

Name Type Description Notes
accountId int
closedAt DateTime
costCurrency String
costPerUnit String decimal as string
costTotalRub String decimal as string
id int
openDate DateTime
qtyOpen String decimal as string
qtyRemaining String decimal as string

[Back to Model list] [Back to API list] [Back to README]