@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class AccountAccess extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_PRODUCT_ACCESS |
static String |
SERIALIZED_NAME_AUTHORIZED |
static String |
SERIALIZED_NAME_UNIQUE_ID |
| Constructor and Description |
|---|
AccountAccess() |
| Modifier and Type | Method and Description |
|---|---|
AccountAccess |
accountProductAccess(AccountProductAccessNullable accountProductAccess) |
AccountAccess |
authorized(Boolean authorized) |
boolean |
equals(Object o) |
AccountProductAccessNullable |
getAccountProductAccess()
Get accountProductAccess
|
Boolean |
getAuthorized()
Allow the application to see this account (and associated details, including balance) in the list of accounts If unset, defaults to `true`.
|
String |
getUniqueId()
The unique account identifier for this account.
|
int |
hashCode() |
void |
setAccountProductAccess(AccountProductAccessNullable accountProductAccess) |
void |
setAuthorized(Boolean authorized) |
void |
setUniqueId(String uniqueId) |
String |
toString() |
AccountAccess |
uniqueId(String uniqueId) |
public static final String SERIALIZED_NAME_UNIQUE_ID
public static final String SERIALIZED_NAME_AUTHORIZED
public static final String SERIALIZED_NAME_ACCOUNT_PRODUCT_ACCESS
public AccountAccess uniqueId(String uniqueId)
public String getUniqueId()
public void setUniqueId(String uniqueId)
public AccountAccess authorized(Boolean authorized)
@Nullable public Boolean getAuthorized()
public void setAuthorized(Boolean authorized)
public AccountAccess accountProductAccess(AccountProductAccessNullable accountProductAccess)
@Nullable public AccountProductAccessNullable getAccountProductAccess()
public void setAccountProductAccess(AccountProductAccessNullable accountProductAccess)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.