Class PlaidLinkPayload
- java.lang.Object
-
- io.moov.sdk.models.components.PlaidLinkPayload
-
public class PlaidLinkPayload extends java.lang.ObjectPlaidLinkPayloadThis is used by Moov.js with a Plaid reseller relationship.
Describes the account to link to the Moov account using a Plaid using a Plaid public token.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlaidLinkPayload.Builder
-
Constructor Summary
Constructors Constructor Description PlaidLinkPayload(PlaidLinkIntegration plaidLink)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlaidLinkPayload.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()PlaidLinkIntegrationplaidLink()This is used by Moov.js with a Plaid reseller relationship.java.lang.StringtoString()PlaidLinkPayloadwithPlaidLink(PlaidLinkIntegration plaidLink)This is used by Moov.js with a Plaid reseller relationship.
-
-
-
Constructor Detail
-
PlaidLinkPayload
public PlaidLinkPayload(PlaidLinkIntegration plaidLink)
-
-
Method Detail
-
plaidLink
public PlaidLinkIntegration plaidLink()
This is used by Moov.js with a Plaid reseller relationship. The details of a Plaid link integration for a linked funding source.You can simulate linking bank accounts with Plaid in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#plaid) guide for more information.
Plaid's `sandbox` environment - (requires Plaid reseller setup with Moov). When linking a bank account to a `sandbox` account using a Plaid public token it will utilize Plaid's sandbox environment. The Plaid public token provided must be generated from Plaid's sandbox environment. Please see <a href="https://plaid.com/docs/api/sandbox/#sandboxpublic_tokencreate" target="_blank">Plaid's sandbox documentation</a> for more details.
-
builder
public static final PlaidLinkPayload.Builder builder()
-
withPlaidLink
public PlaidLinkPayload withPlaidLink(PlaidLinkIntegration plaidLink)
This is used by Moov.js with a Plaid reseller relationship. The details of a Plaid link integration for a linked funding source.You can simulate linking bank accounts with Plaid in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#plaid) guide for more information.
Plaid's `sandbox` environment - (requires Plaid reseller setup with Moov). When linking a bank account to a `sandbox` account using a Plaid public token it will utilize Plaid's sandbox environment. The Plaid public token provided must be generated from Plaid's sandbox environment. Please see <a href="https://plaid.com/docs/api/sandbox/#sandboxpublic_tokencreate" target="_blank">Plaid's sandbox documentation</a> for more details.
-
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
-
-