Sha256: 6ab89a993f3ac0ab0188eba6354e643e12caa501606def30ebb3b6e0ece72d68
Contents?: true
Size: 789 Bytes
Versions: 79
Compression:
Stored size: 789 Bytes
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] | | **created_at** | **Time** | ISO8601 datetime the bank was created 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, created_at: null, plaid_link_token: null ) ```
Version data entries
79 entries across 79 versions & 1 rubygems