Class MxPayload
- java.lang.Object
-
- io.moov.sdk.models.components.MxPayload
-
public class MxPayload extends java.lang.ObjectMxPayloadDescribes the account to link to the Moov account using a MX processor token.
`sandbox` - When linking a bank account to a `sandbox` account using an MX authorization token a default bank account routing number will be used. The following default data will be used to generate the bank account in this flow:
``` RoutingNumber: "123456780", BankName: "Gringotts Bank" ```
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMxPayload.Builder
-
Constructor Summary
Constructors Constructor Description MxPayload(MXAuthorizationCode mx)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MxPayload.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()MXAuthorizationCodemx()The authorization code of a MX account which allows a processor to retrieve a linked payment account.java.lang.StringtoString()MxPayloadwithMx(MXAuthorizationCode mx)The authorization code of a MX account which allows a processor to retrieve a linked payment account.
-
-
-
Constructor Detail
-
MxPayload
public MxPayload(MXAuthorizationCode mx)
-
-
Method Detail
-
mx
public MXAuthorizationCode mx()
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.
-
builder
public static MxPayload.Builder builder()
-
withMx
public MxPayload withMx(MXAuthorizationCode mx)
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.
-
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
-
-