@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class AuthSupportedMethods extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AUTOMATED_MICRO_DEPOSITS |
static String |
SERIALIZED_NAME_INSTANT_AUTH |
static String |
SERIALIZED_NAME_INSTANT_MATCH |
| Constructor and Description |
|---|
AuthSupportedMethods() |
| Modifier and Type | Method and Description |
|---|---|
AuthSupportedMethods |
automatedMicroDeposits(Boolean automatedMicroDeposits) |
boolean |
equals(Object o) |
Boolean |
getAutomatedMicroDeposits()
Indicates if automated microdeposits are supported.
|
Boolean |
getInstantAuth()
Indicates if instant auth is supported.
|
Boolean |
getInstantMatch()
Indicates if instant match is supported.
|
int |
hashCode() |
AuthSupportedMethods |
instantAuth(Boolean instantAuth) |
AuthSupportedMethods |
instantMatch(Boolean instantMatch) |
void |
setAutomatedMicroDeposits(Boolean automatedMicroDeposits) |
void |
setInstantAuth(Boolean instantAuth) |
void |
setInstantMatch(Boolean instantMatch) |
String |
toString() |
public static final String SERIALIZED_NAME_INSTANT_AUTH
public static final String SERIALIZED_NAME_INSTANT_MATCH
public static final String SERIALIZED_NAME_AUTOMATED_MICRO_DEPOSITS
public AuthSupportedMethods instantAuth(Boolean instantAuth)
public Boolean getInstantAuth()
public void setInstantAuth(Boolean instantAuth)
public AuthSupportedMethods instantMatch(Boolean instantMatch)
public Boolean getInstantMatch()
public void setInstantMatch(Boolean instantMatch)
public AuthSupportedMethods automatedMicroDeposits(Boolean automatedMicroDeposits)
public Boolean getAutomatedMicroDeposits()
public void setAutomatedMicroDeposits(Boolean automatedMicroDeposits)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.