total inflows and outflows in reconciliation statement includes the amount of the balance modification transaction
This commit is contained in:
@@ -667,6 +667,8 @@ export interface TransactionReconciliationStatementResponseItem extends Transact
|
||||
|
||||
export interface TransactionReconciliationStatementResponse {
|
||||
readonly transactions: TransactionReconciliationStatementResponseItem[];
|
||||
readonly totalInflows: number;
|
||||
readonly totalOutflows: number;
|
||||
readonly openingBalance: number;
|
||||
readonly closingBalance: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user