Sha256: d9447e4ba27ea8bfae1d2245e3412bfd0525d82203fa372c67e4c3716f9ae53f
Contents?: true
Size: 880 Bytes
Versions: 68
Compression:
Stored size: 880 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<PostSupportedPayoutSymbolsBankModel>**](PostSupportedPayoutSymbolsBankModel.md) | 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
68 entries across 68 versions & 1 rubygems