Sha256: 634bf63e7d700b23f5f7983891c6d585be6012fa0093727a9679f1e0ad42663f

Contents?: true

Size: 1.12 KB

Versions: 244

Compression:

Stored size: 1.12 KB

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; one of plaid. | [optional] |
| **state** | **String** | The state of the workflow; one of storing, completed, or failed. | [optional] |
| **failure_code** | **String** | The failure code for failed workflows. | [optional] |
| **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
| **updated_at** | **Time** | ISO8601 datetime the record was last updated 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,
  updated_at: null,
  plaid_link_token: null
)
```

Version data entries

244 entries across 244 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.115.134 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.133 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.132 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.131 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.129 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.127 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.126 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.125 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.124 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.122 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.121 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.120 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.119 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.116 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.115 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.112 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.111 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.110 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.108 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.107 docs/WorkflowWithDetailsBankModel.md