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