fix(InvoiceNinja Node): added support for v5

This commit is contained in:
Michael Kret
2022-10-21 19:45:54 +03:00
committed by GitHub
parent 8f25da52b1
commit 2f4649cdf4
5 changed files with 311 additions and 59 deletions

View File

@@ -4,4 +4,5 @@ export interface IPayment {
payment_type_id?: number;
transaction_reference?: string;
private_notes?: string;
client_id?: string;
}