Sha256: 6fef68843cad7f682515d8459069f2af1c792a2c122aafa69709657da72325e2

Contents?: true

Size: 983 Bytes

Versions: 736

Compression:

Stored size: 983 Bytes

Contents

# CybridApiBank::WorkflowWithDetailsBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the workflow. | [optional] |
| **customer_guid** | **String** | The associated customer's identifier. | [optional] |
| **type** | **String** | The type of workflow. | [optional] |
| **state** | **String** | The state of the workflow. | [optional] |
| **failure_code** | **String** | The failure code for failed workflows. | [optional] |
| **created_at** | **Time** | ISO8601 datetime the bank was created at. | [optional] |
| **plaid_link_token** | **String** | The Plaid link token generated by the workflow. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::WorkflowWithDetailsBankModel.new(
  guid: null,
  customer_guid: null,
  type: null,
  state: null,
  failure_code: null,
  created_at: null,
  plaid_link_token: null
)
```

Version data entries

736 entries across 736 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.109.15 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.11 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.10 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.9 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.8 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.7 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.5 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.4 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.3 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.2 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.1 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.109.0 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.108.2 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.108.1 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.108.0 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.107.2 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.107.1 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.106.8 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.106.7 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.106.6 docs/WorkflowWithDetailsBankModel.md