Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.06 KB

File metadata and controls

23 lines (18 loc) · 1.06 KB

bind_api.model.TransactionFilter

Load the model package

import 'package:bind_api/api.dart';

Properties

Name Type Description Notes
groupBy TransactionGrouping
assetType String
descriptionFillingRuleSet TransactionDescriptionFillingRuleSet
asset String id of asset (currency) [optional]
type TransactionTypes [optional]
wallet String id of wallet (fiat or crypto) [optional]
contact String id of contact [optional]
startDate Date date field to filter transactions by date later or equal [optional]
endDate Date date field to filter transactions by date earlier or equal [optional]

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