Sha256: e57bb32875f1f717fd721a69f1293abe42cf8d9403457fd8932c1c1e859f1f07
Contents?: true
Size: 637 Bytes
Versions: 11
Compression:
Stored size: 637 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] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PatchBankBankModel.new( name: null, supported_trading_symbols: null, supported_fiat_account_assets: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems