Class Mandate.BacsDebit

    • Constructor Summary

      Constructors 
      Constructor Description
      BacsDebit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getNetworkStatus()
      The status of the mandate on the Bacs network.
      java.lang.String getReference()
      The unique reference identifying the mandate on the Bacs network.
      java.lang.String getUrl()
      The URL that will contain the mandate that the customer has signed.
      int hashCode()  
      void setNetworkStatus​(java.lang.String networkStatus)
      The status of the mandate on the Bacs network.
      void setReference​(java.lang.String reference)
      The unique reference identifying the mandate on the Bacs network.
      void setUrl​(java.lang.String url)
      The URL that will contain the mandate that the customer has signed.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BacsDebit

        public BacsDebit()
    • Method Detail

      • getNetworkStatus

        public java.lang.String getNetworkStatus()
        The status of the mandate on the Bacs network. Can be one of pending, revoked, refused, or accepted.
      • getReference

        public java.lang.String getReference()
        The unique reference identifying the mandate on the Bacs network.
      • getUrl

        public java.lang.String getUrl()
        The URL that will contain the mandate that the customer has signed.
      • setNetworkStatus

        public void setNetworkStatus​(java.lang.String networkStatus)
        The status of the mandate on the Bacs network. Can be one of pending, revoked, refused, or accepted.
      • setReference

        public void setReference​(java.lang.String reference)
        The unique reference identifying the mandate on the Bacs network.
      • setUrl

        public void setUrl​(java.lang.String url)
        The URL that will contain the mandate that the customer has signed.
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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