@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class DepositSwitchCreateRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DepositSwitchCreateRequest.CountryCodeEnum
ISO-3166-1 alpha-2 country code standard.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_COUNTRY_CODE |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_TARGET_ACCESS_TOKEN |
static String |
SERIALIZED_NAME_TARGET_ACCOUNT_ID |
| Constructor and Description |
|---|
DepositSwitchCreateRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_TARGET_ACCESS_TOKEN
public static final String SERIALIZED_NAME_TARGET_ACCOUNT_ID
public static final String SERIALIZED_NAME_COUNTRY_CODE
public static final String SERIALIZED_NAME_OPTIONS
public DepositSwitchCreateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public DepositSwitchCreateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public DepositSwitchCreateRequest targetAccessToken(String targetAccessToken)
public String getTargetAccessToken()
public void setTargetAccessToken(String targetAccessToken)
public DepositSwitchCreateRequest targetAccountId(String targetAccountId)
public String getTargetAccountId()
public void setTargetAccountId(String targetAccountId)
public DepositSwitchCreateRequest countryCode(DepositSwitchCreateRequest.CountryCodeEnum countryCode)
@Nullable public DepositSwitchCreateRequest.CountryCodeEnum getCountryCode()
public void setCountryCode(DepositSwitchCreateRequest.CountryCodeEnum countryCode)
public DepositSwitchCreateRequest options(DepositSwitchCreateRequestOptions options)
@Nullable public DepositSwitchCreateRequestOptions getOptions()
public void setOptions(DepositSwitchCreateRequestOptions options)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.