Class MatchHandlingSyncDTO

java.lang.Object
de.aeb.xnsg.rex.bf.sync.MatchHandlingSyncDTO

public class MatchHandlingSyncDTO extends Object
The sync results of one handled match.
Since:
2026/05
  • Field Details

    • clientSystemId

      public String clientSystemId
      ID of the partner system the match was created by.

      Example value: "API-TEST"
      Maximum length: 20
    • clientReferenceId

      public String clientReferenceId
      Internal reference number that serves for internal identification.

      Example value: "CLIENT=800;USER=BEN003"
      Maximum length: 255
    • typeOfProcessing

      public String typeOfProcessing
      Represents the accumulated result type of the match result changes.

      Possible values are:
      • 'processed'
      • 'definedAsGoodGuy'
      • 'unprocessed'
    • isDeleted

      public Boolean isDeleted
      "Indicates whether the match has already been deleted.
      This is only relevant for the /ComplianceScreening/matchHandlingChanges call."
  • Constructor Details

    • MatchHandlingSyncDTO

      public MatchHandlingSyncDTO()