mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: wip categorized transactions
This commit is contained in:
@@ -264,6 +264,7 @@ export interface CreateUncategorizedTransactionDTO {
|
||||
accountId: number;
|
||||
amount: number;
|
||||
currencyCode: string;
|
||||
payee?: string;
|
||||
description?: string;
|
||||
referenceNo?: string | null;
|
||||
plaidTransactionId?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user