Sha256: 51956072107f11c7a87523c1bdf159c2a6df3af9c3f4ba8d140d477c5247bc07

Contents?: true

Size: 1.07 KB

Versions: 55

Compression:

Stored size: 1.07 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. | [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 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

55 entries across 55 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.113.6 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.113.5 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.113.4 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.113.3 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.113.2 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.40 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.39 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.38 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.37 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.36 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.35 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.34 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.33 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.32 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.30 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.28 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.27 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.26 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.25 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.112.24 docs/WorkflowWithDetailsBankModel.md