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