Sha256: 38d6a587899b200fd30421b462fbfa73bf4a200f4db7d2f3cc05ae4702a90fc7
Contents?: true
Size: 791 Bytes
Versions: 310
Compression:
Stored size: 791 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] | | **supported_fiat_account_assets** | **Array<String>** | The bank's list of supported fiat assets. | [optional] | | **supported_country_codes** | **Array<String>** | The bank's list of supported country codes. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PatchBankBankModel.new( name: null, supported_trading_symbols: null, supported_fiat_account_assets: null, supported_country_codes: null ) ```
Version data entries
310 entries across 310 versions & 1 rubygems