@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class SenderBACSNullable extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT |
static String |
SERIALIZED_NAME_SORT_CODE |
Constructor and Description |
---|
SenderBACSNullable() |
Modifier and Type | Method and Description |
---|---|
SenderBACSNullable |
account(String account) |
boolean |
equals(Object o) |
String |
getAccount()
The account number of the account.
|
String |
getSortCode()
The 6-character sort code of the account.
|
int |
hashCode() |
void |
setAccount(String account) |
void |
setSortCode(String sortCode) |
SenderBACSNullable |
sortCode(String sortCode) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT
public static final String SERIALIZED_NAME_SORT_CODE
public SenderBACSNullable account(String account)
@Nullable public String getAccount()
public void setAccount(String account)
public SenderBACSNullable sortCode(String sortCode)
@Nullable public String getSortCode()
public void setSortCode(String sortCode)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.