@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class ProductAccess extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNTS_DETAILS_TRANSACTIONS |
static String |
SERIALIZED_NAME_ACCOUNTS_ROUTING_NUMBER |
static String |
SERIALIZED_NAME_ACCOUNTS_STATEMENTS |
static String |
SERIALIZED_NAME_ACCOUNTS_TAX_STATEMENTS |
static String |
SERIALIZED_NAME_AUTH |
static String |
SERIALIZED_NAME_CUSTOMERS_PROFILES |
static String |
SERIALIZED_NAME_IDENTITY |
static String |
SERIALIZED_NAME_STATEMENTS |
static String |
SERIALIZED_NAME_TRANSACTIONS |
Constructor and Description |
---|
ProductAccess() |
Modifier and Type | Method and Description |
---|---|
ProductAccess |
accountsDetailsTransactions(Boolean accountsDetailsTransactions) |
ProductAccess |
accountsRoutingNumber(Boolean accountsRoutingNumber) |
ProductAccess |
accountsStatements(Boolean accountsStatements) |
ProductAccess |
accountsTaxStatements(Boolean accountsTaxStatements) |
ProductAccess |
auth(Boolean auth) |
ProductAccess |
customersProfiles(Boolean customersProfiles) |
boolean |
equals(Object o) |
Boolean |
getAccountsDetailsTransactions()
Allow access to \"accounts_details_transactions\".
|
Boolean |
getAccountsRoutingNumber()
Allow access to \"accounts_routing_number\".
|
Boolean |
getAccountsStatements()
Allow access to \"accounts_statements\".
|
Boolean |
getAccountsTaxStatements()
Allow access to \"accounts_tax_statements\".
|
Boolean |
getAuth()
Allow access to account number details.
|
Boolean |
getCustomersProfiles()
Allow access to \"customers_profiles\".
|
Boolean |
getIdentity()
Allow access to the Identity product (name, email, phone, address).
|
Boolean |
getStatements()
Allow access to statements.
|
Boolean |
getTransactions()
Allow access to transaction details.
|
int |
hashCode() |
ProductAccess |
identity(Boolean identity) |
void |
setAccountsDetailsTransactions(Boolean accountsDetailsTransactions) |
void |
setAccountsRoutingNumber(Boolean accountsRoutingNumber) |
void |
setAccountsStatements(Boolean accountsStatements) |
void |
setAccountsTaxStatements(Boolean accountsTaxStatements) |
void |
setAuth(Boolean auth) |
void |
setCustomersProfiles(Boolean customersProfiles) |
void |
setIdentity(Boolean identity) |
void |
setStatements(Boolean statements) |
void |
setTransactions(Boolean transactions) |
ProductAccess |
statements(Boolean statements) |
String |
toString() |
ProductAccess |
transactions(Boolean transactions) |
public static final String SERIALIZED_NAME_STATEMENTS
public static final String SERIALIZED_NAME_IDENTITY
public static final String SERIALIZED_NAME_AUTH
public static final String SERIALIZED_NAME_TRANSACTIONS
public static final String SERIALIZED_NAME_ACCOUNTS_DETAILS_TRANSACTIONS
public static final String SERIALIZED_NAME_ACCOUNTS_ROUTING_NUMBER
public static final String SERIALIZED_NAME_ACCOUNTS_STATEMENTS
public static final String SERIALIZED_NAME_ACCOUNTS_TAX_STATEMENTS
public static final String SERIALIZED_NAME_CUSTOMERS_PROFILES
public ProductAccess statements(Boolean statements)
@Nullable public Boolean getStatements()
public void setStatements(Boolean statements)
public ProductAccess identity(Boolean identity)
@Nullable public Boolean getIdentity()
public void setIdentity(Boolean identity)
public ProductAccess auth(Boolean auth)
@Nullable public Boolean getAuth()
public void setAuth(Boolean auth)
public ProductAccess transactions(Boolean transactions)
@Nullable public Boolean getTransactions()
public void setTransactions(Boolean transactions)
public ProductAccess accountsDetailsTransactions(Boolean accountsDetailsTransactions)
@Nullable public Boolean getAccountsDetailsTransactions()
public void setAccountsDetailsTransactions(Boolean accountsDetailsTransactions)
public ProductAccess accountsRoutingNumber(Boolean accountsRoutingNumber)
@Nullable public Boolean getAccountsRoutingNumber()
public void setAccountsRoutingNumber(Boolean accountsRoutingNumber)
public ProductAccess accountsStatements(Boolean accountsStatements)
@Nullable public Boolean getAccountsStatements()
public void setAccountsStatements(Boolean accountsStatements)
public ProductAccess accountsTaxStatements(Boolean accountsTaxStatements)
@Nullable public Boolean getAccountsTaxStatements()
public void setAccountsTaxStatements(Boolean accountsTaxStatements)
public ProductAccess customersProfiles(Boolean customersProfiles)
@Nullable public Boolean getCustomersProfiles()
public void setCustomersProfiles(Boolean customersProfiles)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.