Package io.moov.sdk.models.components
Class MXAuthorizationCode
- java.lang.Object
-
- io.moov.sdk.models.components.MXAuthorizationCode
-
public class MXAuthorizationCode extends java.lang.ObjectMXAuthorizationCodeThe 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMXAuthorizationCode.Builder
-
Constructor Summary
Constructors Constructor Description MXAuthorizationCode(java.lang.String authorizationCode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthorizationCode()static MXAuthorizationCode.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()MXAuthorizationCodewithAuthorizationCode(java.lang.String authorizationCode)
-
-
-
Method Detail
-
authorizationCode
public java.lang.String authorizationCode()
-
builder
public static MXAuthorizationCode.Builder builder()
-
withAuthorizationCode
public MXAuthorizationCode withAuthorizationCode(java.lang.String authorizationCode)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-