Class AddressPatternDTO

    • Field Detail

      • referenceId

        public String referenceId
        Reference key for match results and protocols, e.g. current user, mandant, pc, delivery note number or debitor number.
        This field is for internal technical use to build references between the compliance protocols and the client system.
        max. length 255 Example:
        "KUNR=4711;MND=800;USER=AFIENTW;PC=PC-PHILIPP"
      • referenceComment

        public String referenceComment
        User readable reference comment for protocols, e.g. current user, current pc, delivery note number or or debitor number.
        max. length 3000 Example:
        Kundennummer: 4711
        Mandant: 800
        User: AFIENTW
        Pc: PC-PHILIPP
      • condition

        public AddressCheckConditionDTO condition
        An optional condition used by checks of this address. If present, only Good Guys that either have no condition or that meet the condition given here are considered.
        Since:
        2018/02
    • Constructor Detail

      • AddressPatternDTO

        public AddressPatternDTO()