# WorkflowWithDetailsBankModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **guid** | **String** | Auto-generated unique identifier for the workflow. | [optional] **customerGuid** | **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] **failureCode** | **String** | The failure code for failed workflows. | [optional] **createdAt** | **Date** | ISO8601 datetime the record was created at. | [optional] **updatedAt** | **Date** | ISO8601 datetime the record was last updated at. | [optional] **plaidLinkToken** | **String** | The Plaid link token generated by the workflow. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)