Class RTPServices


  • public class RTPServices
    extends java.lang.Object
    • Constructor Detail

      • RTPServices

        public RTPServices​(boolean receivePayments,
                           boolean receiveRequestForPayment)
    • Method Detail

      • receivePayments

        public boolean receivePayments()
        Can the institution receive payments
      • receiveRequestForPayment

        public boolean receiveRequestForPayment()
        Can the institution receive request for payment messages
      • withReceivePayments

        public RTPServices withReceivePayments​(boolean receivePayments)
        Can the institution receive payments
      • withReceiveRequestForPayment

        public RTPServices withReceiveRequestForPayment​(boolean receiveRequestForPayment)
        Can the institution receive request for payment messages
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object