Sha256: 22717595d221cf7cca58f049ee06e70fa0b07952350a2b709880b98a41141e2c
Contents?: true
Size: 605 Bytes
Versions: 28
Compression:
Stored size: 605 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] | | **cors_allowed_origins** | **Array<String>** | The list of allowed CORS origin URIs. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PatchBankBankModel.new( name: null, supported_trading_symbols: null, cors_allowed_origins: null ) ```
Version data entries
28 entries across 28 versions & 1 rubygems