Sha256: 90bb455aab2eb9b74fca683dfaaa9cb1f572dc38750fa7e80232865a128f97d0
Contents?: true
Size: 1.09 KB
Versions: 22
Compression:
Stored size: 1.09 KB
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. | | | **supported_trading_symbols** | **Array<String>** | The bank's list of supported trading symbols. | [optional] | | **supported_savings_configuration** | **Hash<String, Array<String>>** | The bank's list of supported savings asset by provider. | [optional] | | **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, supported_trading_symbols: null, supported_savings_configuration: null, features: null, created_at: null ) ```
Version data entries
22 entries across 22 versions & 1 rubygems