@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class NumbersACATS extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT |
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_DTC_NUMBERS |
| Constructor and Description |
|---|
NumbersACATS() |
| Modifier and Type | Method and Description |
|---|---|
NumbersACATS |
account(String account) |
NumbersACATS |
accountId(String accountId) |
NumbersACATS |
addDtcNumbersItem(String dtcNumbersItem) |
NumbersACATS |
dtcNumbers(List<String> dtcNumbers) |
boolean |
equals(Object o) |
String |
getAccount()
The full account number for the account
|
String |
getAccountId()
The Plaid account ID associated with the account numbers
|
List<String> |
getDtcNumbers()
Identifiers for the clearinghouses that are assocciated with the account in order of relevance.
|
int |
hashCode() |
void |
setAccount(String account) |
void |
setAccountId(String accountId) |
void |
setDtcNumbers(List<String> dtcNumbers) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_ACCOUNT
public static final String SERIALIZED_NAME_DTC_NUMBERS
public NumbersACATS accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public NumbersACATS account(String account)
public String getAccount()
public void setAccount(String account)
public NumbersACATS dtcNumbers(List<String> dtcNumbers)
public NumbersACATS addDtcNumbersItem(String dtcNumbersItem)
public List<String> getDtcNumbers()
Copyright © 2017–2023 Plaid Inc.. All rights reserved.