Class SettlementInfo


  • public class SettlementInfo
    extends java.lang.Object
    Simple DTO to hold Settlement Information.

    It is composed of the Settlement Method and Clearing System (Code or Property). Used in combination with MxId to identify a specific MX message function

    Since:
    9.5.5
    • Constructor Detail

      • SettlementInfo

        public SettlementInfo()
    • Method Detail

      • setSettlementMethod

        public void setSettlementMethod​(SettlementMethod sttlmMtd)
      • getClearingSystemCode

        public java.lang.String getClearingSystemCode()
      • setClearingSystemCode

        public void setClearingSystemCode​(java.lang.String clearingSystemCode)
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object