@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class NumbersEFT extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT |
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_BRANCH |
static String |
SERIALIZED_NAME_INSTITUTION |
Constructor and Description |
---|
NumbersEFT() |
Modifier and Type | Method and Description |
---|---|
NumbersEFT |
account(String account) |
NumbersEFT |
accountId(String accountId) |
NumbersEFT |
branch(String branch) |
boolean |
equals(Object o) |
String |
getAccount()
The EFT account number for the account
|
String |
getAccountId()
The Plaid account ID associated with the account numbers
|
String |
getBranch()
The EFT branch number for the account
|
String |
getInstitution()
The EFT institution number for the account
|
int |
hashCode() |
NumbersEFT |
institution(String institution) |
void |
setAccount(String account) |
void |
setAccountId(String accountId) |
void |
setBranch(String branch) |
void |
setInstitution(String institution) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_ACCOUNT
public static final String SERIALIZED_NAME_INSTITUTION
public static final String SERIALIZED_NAME_BRANCH
public NumbersEFT accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public NumbersEFT account(String account)
public String getAccount()
public void setAccount(String account)
public NumbersEFT institution(String institution)
public String getInstitution()
public void setInstitution(String institution)
public NumbersEFT branch(String branch)
public String getBranch()
public void setBranch(String branch)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.