Sha256: 49b02959ae4f29393e3a7c6e888f64f09bad5bb28aa27145edfbe9f820b6afd5
Contents?: true
Size: 1.02 KB
Versions: 28
Compression:
Stored size: 1.02 KB
Contents
# CybridApiBank::PostBankBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of bank. | | | **name** | **String** | The name of the bank. | | | **supported_trading_symbols** | **Array<String>** | The trading symbols supported by the bank. | | | **supported_fiat_account_assets** | **Array<String>** | The fiat account assets supported by the bank. | | | **supported_country_codes** | **Array<String>** | The country codes supported by the bank. | | | **features** | **Array<String>** | The features supported by the bank. | | | **cors_allowed_origins** | **Array<String>** | The list of allowed CORS origin URIs. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostBankBankModel.new( type: null, name: null, supported_trading_symbols: null, supported_fiat_account_assets: null, supported_country_codes: null, features: null, cors_allowed_origins: null ) ```
Version data entries
28 entries across 28 versions & 1 rubygems