Sha256: 4772991ae8acb86cc4029674d8acc88c145d82fb7ef112bd0d54973e3ff62204
Contents?: true
Size: 675 Bytes
Versions: 22
Compression:
Stored size: 675 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_savings_configuration** | **Hash<String, Array<String>>** | The bank's list of supported savings asset by provider. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PatchBankBankModel.new( name: null, supported_trading_symbols: null, supported_savings_configuration: null ) ```
Version data entries
22 entries across 22 versions & 1 rubygems