Class MXAuthorizationCode


  • public class MXAuthorizationCode
    extends java.lang.Object
    MXAuthorizationCode

    The authorization code of a MX account which allows a processor to retrieve a linked payment account.

    `sandbox` - When linking a bank account to a `sandbox` account using a MX authorization code it will utilize MX's sandbox environment. The MX authorization code provided must be generated from MX's sandbox environment.

    • Constructor Detail

      • MXAuthorizationCode

        public MXAuthorizationCode​(java.lang.String authorizationCode)
    • Method Detail

      • authorizationCode

        public java.lang.String authorizationCode()
      • withAuthorizationCode

        public MXAuthorizationCode withAuthorizationCode​(java.lang.String authorizationCode)
      • 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