Sha256: 87b7a04d168de3790ea7c68c2e843d59628570dee6f94d270a92f78971f845fa

Contents?: true

Size: 1.08 KB

Versions: 448

Compression:

Stored size: 1.08 KB

Contents

# CybridApiBank::WorkflowBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the workflow. | [optional] |
| **bank_guid** | **String** | The associated banks's identifier. | [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,
  bank_guid: null,
  customer_guid: null,
  type: null,
  state: null,
  failure_code: null,
  created_at: null,
  updated_at: null
)
```

Version data entries

448 entries across 448 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.149 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.148 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.147 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.145 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.144 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.143 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.142 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.140 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.139 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.137 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.135 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.134 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.132 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.131 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.129 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.127 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.126 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.125 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.124 docs/WorkflowBankModel.md
cybrid_api_bank_ruby-0.123.123 docs/WorkflowBankModel.md