Sha256: 7da7e23d2baca877ed97862501846cc2c72570fc90ccbc02c933f34d428ea62e

Contents?: true

Size: 1.43 KB

Versions: 183

Compression:

Stored size: 1.43 KB

Contents

# CybridApiBank::PostWorkflowBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The workflow type. |  |
| **kind** | **String** | The Plaid workflow kind. Required when type is plaid. | [optional] |
| **customer_guid** | **String** | The customer identifier associated with the workflow. Optional when type is plaid and kind is link_token_create. | [optional] |
| **external_bank_account_guid** | **String** | The external bank account identifier associated with the workflow. Required when type is plaid and kind is link_token_update. | [optional] |
| **language** | **String** | The language to initialize Plaid link. Required when type is plaid. | [optional] |
| **link_customization_name** | **String** | The customization name for Plaid link. Currently only supports the value \"default\". Required when type is plaid. | [optional] |
| **redirect_uri** | **String** | The redirect URI for Plaid link. Optional when type is plaid. | [optional] |
| **android_package_name** | **String** | The Android package name for Plaid link. Optional when type is plaid. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostWorkflowBankModel.new(
  type: null,
  kind: null,
  customer_guid: null,
  external_bank_account_guid: null,
  language: null,
  link_customization_name: null,
  redirect_uri: null,
  android_package_name: null
)
```

Version data entries

183 entries across 183 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.121.15 docs/PostWorkflowBankModel.md
cybrid_api_bank_ruby-0.121.13 docs/PostWorkflowBankModel.md
cybrid_api_bank_ruby-0.121.12 docs/PostWorkflowBankModel.md