Class PostWorkflowBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostWorkflowBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-26T15:35:18.206228Z[Etc/UTC]") public class PostWorkflowBankModel extends Object
PostWorkflowBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostWorkflowBankModel.KindEnumThe Plaid workflow kind.static classPostWorkflowBankModel.LanguageEnumThe language to initialize Plaid link.static classPostWorkflowBankModel.TypeEnumThe workflow type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ANDROID_PACKAGE_NAMEstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_EXTERNAL_BANK_ACCOUNT_GUIDstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_LANGUAGEstatic StringJSON_PROPERTY_LINK_CUSTOMIZATION_NAMEstatic StringJSON_PROPERTY_REDIRECT_URIstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description PostWorkflowBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_KIND
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXTERNAL_BANK_ACCOUNT_GUID
public static final String JSON_PROPERTY_EXTERNAL_BANK_ACCOUNT_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LANGUAGE
public static final String JSON_PROPERTY_LANGUAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LINK_CUSTOMIZATION_NAME
public static final String JSON_PROPERTY_LINK_CUSTOMIZATION_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REDIRECT_URI
public static final String JSON_PROPERTY_REDIRECT_URI
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ANDROID_PACKAGE_NAME
public static final String JSON_PROPERTY_ANDROID_PACKAGE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public PostWorkflowBankModel type(PostWorkflowBankModel.TypeEnum type)
-
getType
@Nonnull public PostWorkflowBankModel.TypeEnum getType()
The workflow type.- Returns:
- type
-
setType
public void setType(PostWorkflowBankModel.TypeEnum type)
-
kind
public PostWorkflowBankModel kind(PostWorkflowBankModel.KindEnum kind)
-
getKind
@Nullable public PostWorkflowBankModel.KindEnum getKind()
The Plaid workflow kind.- Returns:
- kind
-
setKind
public void setKind(PostWorkflowBankModel.KindEnum kind)
-
customerGuid
public PostWorkflowBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The customer identifier associated with the workflow.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
externalBankAccountGuid
public PostWorkflowBankModel externalBankAccountGuid(String externalBankAccountGuid)
-
getExternalBankAccountGuid
@Nullable public String getExternalBankAccountGuid()
The external bank account identifier associated with the workflow.- Returns:
- externalBankAccountGuid
-
setExternalBankAccountGuid
public void setExternalBankAccountGuid(String externalBankAccountGuid)
-
language
public PostWorkflowBankModel language(PostWorkflowBankModel.LanguageEnum language)
-
getLanguage
@Nullable public PostWorkflowBankModel.LanguageEnum getLanguage()
The language to initialize Plaid link.- Returns:
- language
-
setLanguage
public void setLanguage(PostWorkflowBankModel.LanguageEnum language)
-
linkCustomizationName
public PostWorkflowBankModel linkCustomizationName(String linkCustomizationName)
-
getLinkCustomizationName
@Nullable public String getLinkCustomizationName()
The customization name for Plaid link. Currently only supports the value \"default\".- Returns:
- linkCustomizationName
-
setLinkCustomizationName
public void setLinkCustomizationName(String linkCustomizationName)
-
redirectUri
public PostWorkflowBankModel redirectUri(String redirectUri)
-
getRedirectUri
@Nullable public String getRedirectUri()
The redirect URI for Plaid link.- Returns:
- redirectUri
-
setRedirectUri
public void setRedirectUri(String redirectUri)
-
androidPackageName
public PostWorkflowBankModel androidPackageName(String androidPackageName)
-
getAndroidPackageName
@Nullable public String getAndroidPackageName()
The Android package name for Plaid link.- Returns:
- androidPackageName
-
setAndroidPackageName
public void setAndroidPackageName(String androidPackageName)
-
-