fix(core): update

This commit is contained in:
2020-06-20 01:47:53 +00:00
parent 9fbaac20d3
commit 01dbf842e9
13 changed files with 3861 additions and 618 deletions

View File

@@ -8,7 +8,6 @@ export class Transaction {
return newTransaction;
}
public id: number;
public created: string;
public updated: string;
@@ -41,5 +40,4 @@ export class Transaction {
constructor(monetaryAccountRefArg: MonetaryAccount) {
this.monetaryAccountRef = monetaryAccountRefArg;
}
}
}