@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class TransferCapabilitiesGetRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCESS_TOKEN |
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_PAYMENT_PROFILE_TOKEN |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
TransferCapabilitiesGetRequest() |
Modifier and Type | Method and Description |
---|---|
TransferCapabilitiesGetRequest |
accessToken(String accessToken) |
TransferCapabilitiesGetRequest |
accountId(String accountId) |
TransferCapabilitiesGetRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getAccessToken()
The Plaid `access_token` for the account that will be debited or credited.
|
String |
getAccountId()
The Plaid `account_id` for the account that will be debited or credited.
|
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getPaymentProfileToken()
A payment profile token associated with the Payment Profile data that is being requested.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
TransferCapabilitiesGetRequest |
paymentProfileToken(String paymentProfileToken) |
TransferCapabilitiesGetRequest |
secret(String secret) |
void |
setAccessToken(String accessToken) |
void |
setAccountId(String accountId) |
void |
setClientId(String clientId) |
void |
setPaymentProfileToken(String paymentProfileToken) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_ACCESS_TOKEN
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_PAYMENT_PROFILE_TOKEN
public TransferCapabilitiesGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public TransferCapabilitiesGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public TransferCapabilitiesGetRequest accessToken(String accessToken)
@Nullable public String getAccessToken()
public void setAccessToken(String accessToken)
public TransferCapabilitiesGetRequest accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public TransferCapabilitiesGetRequest paymentProfileToken(String paymentProfileToken)
@Nullable public String getPaymentProfileToken()
public void setPaymentProfileToken(String paymentProfileToken)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.