Package com.plaid.client.model
Class NumbersACHNullable
java.lang.Object
com.plaid.client.model.NumbersACHNullable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-08-13T23:02:46.991Z[GMT]")
public class NumbersACHNullable
extends java.lang.Object
NumbersACHNullable
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_ACCOUNT
static java.lang.String
SERIALIZED_NAME_ACCOUNT_ID
static java.lang.String
SERIALIZED_NAME_ROUTING
static java.lang.String
SERIALIZED_NAME_WIRE_ROUTING
-
Constructor Summary
Constructors Constructor Description NumbersACHNullable()
-
Method Summary
Modifier and Type Method Description NumbersACHNullable
account(java.lang.String account)
NumbersACHNullable
accountId(java.lang.String accountId)
boolean
equals(java.lang.Object o)
java.lang.String
getAccount()
The ACH account number for the account.java.lang.String
getAccountId()
The Plaid account ID associated with the account numbersjava.lang.String
getRouting()
The ACH routing number for the account.java.lang.String
getWireRouting()
The wire transfer routing number for the account, if availableint
hashCode()
NumbersACHNullable
routing(java.lang.String routing)
void
setAccount(java.lang.String account)
void
setAccountId(java.lang.String accountId)
void
setRouting(java.lang.String routing)
void
setWireRouting(java.lang.String wireRouting)
java.lang.String
toString()
NumbersACHNullable
wireRouting(java.lang.String wireRouting)
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_ID
public static final java.lang.String SERIALIZED_NAME_ACCOUNT_ID- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACCOUNT
public static final java.lang.String SERIALIZED_NAME_ACCOUNT- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROUTING
public static final java.lang.String SERIALIZED_NAME_ROUTING- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WIRE_ROUTING
public static final java.lang.String SERIALIZED_NAME_WIRE_ROUTING- See Also:
- Constant Field Values
-
-
Constructor Details
-
NumbersACHNullable
public NumbersACHNullable()
-
-
Method Details
-
accountId
-
getAccountId
public java.lang.String getAccountId()The Plaid account ID associated with the account numbers- Returns:
- accountId
-
setAccountId
public void setAccountId(java.lang.String accountId) -
account
-
getAccount
public java.lang.String getAccount()The ACH account number for the account. Note that when using OAuth with Chase Bank (`ins_56`), Chase will issue \"tokenized\" routing and account numbers, which are not the user's actual account and routing numbers. These tokenized numbers should work identically to normal account and routing numbers. The digits returned in the mask field will continue to reflect the actual account number, rather than the tokenized account number. If a user revokes their permissions to your app, the tokenized numbers will continue to work for ACH deposits, but not withdrawals.- Returns:
- account
-
setAccount
public void setAccount(java.lang.String account) -
routing
-
getRouting
public java.lang.String getRouting()The ACH routing number for the account. If the institution is `ins_56`, this may be a tokenized routing number. For more information, see the description of the `account` field.- Returns:
- routing
-
setRouting
public void setRouting(java.lang.String routing) -
wireRouting
-
getWireRouting
@Nullable public java.lang.String getWireRouting()The wire transfer routing number for the account, if available- Returns:
- wireRouting
-
setWireRouting
public void setWireRouting(java.lang.String wireRouting) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-