Class TransactionCheckResultParmsDTO

java.lang.Object
de.aeb.xnsg.expctrl.af.TransactionCheckResultParmsDTO

public class TransactionCheckResultParmsDTO extends Object
Parameters for the check result application.
  • Field Details

    • transactionReferenceId

      public String transactionReferenceId
      The unique id for the transaction.
    • itemReferenceId

      public String itemReferenceId
      The id of a specific item of the transaction. Optional. If this field is empty, the whole transaction will be shown, if this field is filled, only the specified item will be shown.
    • profileIdentCode

      public String profileIdentCode
      Ident code of a Compliance profile. Optional. If presented, the value must be a valid ident code of a profile customized in Trade Compliance Management and must belong to the current client. If this field is filled, only items with a relation to this profile will be shown.
  • Constructor Details

    • TransactionCheckResultParmsDTO

      public TransactionCheckResultParmsDTO()