@springtree/eva-services-core-management 2.23.0 → 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9110,13 +9110,11 @@ The uploaded file will be processed in the background and the results will be ma
|
|
|
9110
9110
|
response?: EVA.Core.Management.UploadInitialInventoryResponse;
|
|
9111
9111
|
}
|
|
9112
9112
|
/**
|
|
9113
|
-
* Upload a new settlement file
|
|
9113
|
+
* Upload a new settlement file.
|
|
9114
9114
|
|
|
9115
|
-
The
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
For Settlement records that don't have a matching PaymentTransaction in EVA there will be financial events generated. The OrganizationUnit where this should happen can be defined with the OrganizationUnitID property.
|
|
9115
|
+
- The settlements in the file will be imported and booked into financial events to allow processing in cookbook
|
|
9116
|
+
- It is required to supply the `Handler` to use (available handlers can be fetched with the `GetAvailablePaymentSettlementFileHandlers` service)
|
|
9117
|
+
- For settlement records that don't have a matching `PaymentTransaction` in EVA there will be financial events generated (which will happen for supplied `OrganizationUnitID`)
|
|
9120
9118
|
*
|
|
9121
9119
|
* @export
|
|
9122
9120
|
* @class UploadPaymentSettlementFile
|