Sha256: 35cd840f8b70bb067f9d762c0c68240c35f624a27b610f47e1a20489b6ec940d
Contents?: true
Size: 834 Bytes
Versions: 736
Compression:
Stored size: 834 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 bank was created 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 ) ```
Version data entries
736 entries across 736 versions & 1 rubygems