Class PostWorkflowBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-03-28T18:15:05.010053Z[Etc/UTC]")
    public class PostWorkflowBankModel
    extends Object
    Request body for workflow creation.
    • Constructor Detail

      • PostWorkflowBankModel

        public PostWorkflowBankModel()
    • Method Detail

      • getCustomerGuid

        @Nullable
        public String getCustomerGuid()
        The customer identifier associated with the workflow. Optional when type is plaid and kind is link_token_create.
        Returns:
        customerGuid
      • getCustomerGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
      • setCustomerGuid_JsonNullable

        public void setCustomerGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
      • setCustomerGuid

        public void setCustomerGuid​(String customerGuid)
      • getExternalBankAccountGuid

        @Nullable
        public String getExternalBankAccountGuid()
        The external bank account identifier associated with the workflow. Required when type is plaid and kind is link_token_update.
        Returns:
        externalBankAccountGuid
      • getExternalBankAccountGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getExternalBankAccountGuid_JsonNullable()
      • setExternalBankAccountGuid_JsonNullable

        public void setExternalBankAccountGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> externalBankAccountGuid)
      • setExternalBankAccountGuid

        public void setExternalBankAccountGuid​(String externalBankAccountGuid)
      • getLinkCustomizationName

        @Nullable
        public String getLinkCustomizationName()
        The customization name for Plaid link. Currently only supports the value \"default\". Required when type is plaid.
        Returns:
        linkCustomizationName
      • getLinkCustomizationName_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getLinkCustomizationName_JsonNullable()
      • setLinkCustomizationName_JsonNullable

        public void setLinkCustomizationName_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> linkCustomizationName)
      • setLinkCustomizationName

        public void setLinkCustomizationName​(String linkCustomizationName)
      • getRedirectUri

        @Nullable
        public String getRedirectUri()
        The redirect URI for Plaid link. Optional when type is plaid.
        Returns:
        redirectUri
      • getRedirectUri_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getRedirectUri_JsonNullable()
      • setRedirectUri_JsonNullable

        public void setRedirectUri_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> redirectUri)
      • setRedirectUri

        public void setRedirectUri​(String redirectUri)
      • getAndroidPackageName

        @Nullable
        public String getAndroidPackageName()
        The Android package name for Plaid link. Optional when type is plaid.
        Returns:
        androidPackageName
      • getAndroidPackageName_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getAndroidPackageName_JsonNullable()
      • setAndroidPackageName_JsonNullable

        public void setAndroidPackageName_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> androidPackageName)
      • setAndroidPackageName

        public void setAndroidPackageName​(String androidPackageName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object