Package de.aeb.xnsg.rex.bf.sync
Class MatchHandlingSyncDTO
java.lang.Object
de.aeb.xnsg.rex.bf.sync.MatchHandlingSyncDTO
The sync results of one handled match.
- Since:
- 2026/05
-
Field Summary
FieldsModifier and TypeFieldDescriptionInternal reference number that serves for internal identification.
Example value: "CLIENT=800;USER=BEN003"
Maximum length:255ID of the partner system the match was created by.
Example value: "API-TEST"
Maximum length:20"Indicates whether the match has already been deleted.
This is only relevant for the/ComplianceScreening/matchHandlingChangescall."Represents the accumulated result type of the match result changes.
Possible values are: 'processed' 'definedAsGoodGuy' 'unprocessed' -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientSystemId
ID of the partner system the match was created by.
Example value: "API-TEST"
Maximum length:20 -
clientReferenceId
Internal reference number that serves for internal identification.
Example value: "CLIENT=800;USER=BEN003"
Maximum length:255 -
typeOfProcessing
Represents the accumulated result type of the match result changes.
Possible values are:- 'processed'
- 'definedAsGoodGuy'
- 'unprocessed'
-
isDeleted
"Indicates whether the match has already been deleted.
This is only relevant for the/ComplianceScreening/matchHandlingChangescall."
-
-
Constructor Details
-
MatchHandlingSyncDTO
public MatchHandlingSyncDTO()
-