Sha256: 6819b64f394aede402e4fd10909bd51e9e0fe20a52a4dc8e6055bdb1cb0760b9
Contents?: true
Size: 753 Bytes
Versions: 82
Compression:
Stored size: 753 Bytes
Contents
# CybridApiBank::BankBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the bank. | | | **organization_guid** | **String** | The organization's identifier. | | | **name** | **String** | The bank's name. | | | **type** | **String** | The bank's type. | | | **features** | **Array<String>** | The bank's enabled features. | | | **created_at** | **Time** | ISO8601 datetime the bank was created at. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::BankBankModel.new( guid: null, organization_guid: null, name: null, type: null, features: null, created_at: null ) ```
Version data entries
82 entries across 82 versions & 1 rubygems