Sha256: 0dad7b2ee6473cee74e1475fafa53a2ea2b6b2ec295880087383ef1c4a2c16fe
Contents?: true
Size: 467 Bytes
Versions: 126
Compression:
Stored size: 467 Bytes
Contents
# CybridApiBank::PatchBankBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the bank. | [optional] | | **supported_trading_symbols** | **Array<String>** | The trading symbols supported by the bank. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PatchBankBankModel.new( name: null, supported_trading_symbols: null ) ```
Version data entries
126 entries across 126 versions & 1 rubygems