Sha256: 3f5d8f7cc447d55499d1eb62ceab421018979969bbbd12dfa4f5a747c864750d
Contents?: true
Size: 809 Bytes
Versions: 14
Compression:
Stored size: 809 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] | | **supported_payout_symbols** | **Array<Object>** | The payout symbols supported by the bank. This is not yet supported and should be nil or empty. | [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, supported_payout_symbols: null, cors_allowed_origins: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems