Sha256: ef050215efe803f929068fbd54c4d7b33cac1da0cc298cb829aad54b4c03ccf5
Contents?: true
Size: 950 Bytes
Versions: 55
Compression:
Stored size: 950 Bytes
Contents
# CybridApiBank::WorkflowBankModel ## 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] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::WorkflowBankModel.new( guid: null, customer_guid: null, type: null, state: null, failure_code: null, created_at: null, updated_at: null ) ```
Version data entries
55 entries across 55 versions & 1 rubygems