Sha256: 067f9dc24416c2946375cd6736c840023f1c91fc5be0e216c69a8a7083e32c49

Contents?: true

Size: 1.23 KB

Versions: 448

Compression:

Stored size: 1.23 KB

Contents

# CybridApiBank::WorkflowWithDetailsBankModel

## 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] |
| **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,
  bank_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

448 entries across 448 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.117.26 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.117.25 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.117.23 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.117.22 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.117.21 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.139 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.137 docs/WorkflowWithDetailsBankModel.md
cybrid_api_bank_ruby-0.115.135 docs/WorkflowWithDetailsBankModel.md