mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Invoice Ninja Node): Add actions for bank transactions (#10389)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface IBankTransaction {
|
||||
amount?: number;
|
||||
bank_integration_id?: number;
|
||||
base_type?: string;
|
||||
date?: string;
|
||||
description?: string;
|
||||
id?: string;
|
||||
paymentId?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user