Sha256: 34fbf4975ec13f4fb7d8c4d96a3b689dc6ab2e76faeb45e11676368e19030bd4

Contents?: true

Size: 1002 Bytes

Versions: 244

Compression:

Stored size: 1002 Bytes

Contents

# CybridApiBank::WorkflowBankModel

## 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] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

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

Version data entries

244 entries across 244 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.115.24 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.22 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.21 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.20 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.17 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.16 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.15 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.14 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.13 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.11 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.10 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.8 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.7 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.6 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.5 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.4 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.3 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.2 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.1 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.115.0 docs/WorkflowBankModel.md