@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class BeaconUserDepositoryAccount extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_MASK |
static String |
SERIALIZED_NAME_ADDED_AT |
static String |
SERIALIZED_NAME_ROUTING_NUMBER |
Constructor and Description |
---|
BeaconUserDepositoryAccount() |
Modifier and Type | Method and Description |
---|---|
BeaconUserDepositoryAccount |
accountMask(String accountMask) |
BeaconUserDepositoryAccount |
addedAt(Timestamp addedAt) |
boolean |
equals(Object o) |
String |
getAccountMask()
The last 2-4 numeric characters of this account’s account number.
|
Timestamp |
getAddedAt()
Get addedAt
|
String |
getRoutingNumber()
The routing number of the account.
|
int |
hashCode() |
BeaconUserDepositoryAccount |
routingNumber(String routingNumber) |
void |
setAccountMask(String accountMask) |
void |
setAddedAt(Timestamp addedAt) |
void |
setRoutingNumber(String routingNumber) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_MASK
public static final String SERIALIZED_NAME_ROUTING_NUMBER
public static final String SERIALIZED_NAME_ADDED_AT
public BeaconUserDepositoryAccount accountMask(String accountMask)
public String getAccountMask()
public void setAccountMask(String accountMask)
public BeaconUserDepositoryAccount routingNumber(String routingNumber)
public String getRoutingNumber()
public void setRoutingNumber(String routingNumber)
public BeaconUserDepositoryAccount addedAt(Timestamp addedAt)
public Timestamp getAddedAt()
public void setAddedAt(Timestamp addedAt)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.