Sha256: 660b46b5ec8e296396d6f163d996fc09495934dc0dd9a372ba766dc97e46cc7b
Contents?: true
Size: 640 Bytes
Versions: 79
Compression:
Stored size: 640 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] | | **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, created_at: null ) ```
Version data entries
79 entries across 79 versions & 1 rubygems